how to setup the koji build system?

gssxd at qq.com gssxd at qq.com
Thu Apr 23 01:39:38 UTC 2015


Hello,
I want to build my own linux based on the koji build system . However the koji wiki page seems to be a little bit out-of date. I followed the instructions to go through all of the steps, but it alway show me some failures. 
I am using the koji-1.9.0, and I saw the wiki page was refering to the version 1.3.1.
Is there anybody has any suggestion about the setup information? or anyone can provide me the latest document about how to build the koji system?

Thanks very much.



Thanks
Suney
 
From: buildsys-request
Date: 2015-04-22 20:00
To: buildsys
Subject: buildsys Digest, Vol 122, Issue 16
Send buildsys mailing list submissions to
buildsys at lists.fedoraproject.org
 
To subscribe or unsubscribe via the World Wide Web, visit
https://admin.fedoraproject.org/mailman/listinfo/buildsys
or, via email, send a message with subject or body 'help' to
buildsys-request at lists.fedoraproject.org
 
You can reach the person managing the list at
buildsys-owner at lists.fedoraproject.org
 
When replying, please edit your Subject line so it is more specific
than "Re: Contents of buildsys digest..."
 
 
Today's Topics:
 
   1. Re: [PATCH] Mock autosigning (Julien Ballet)
   2. Re: [PATCH] Mock autosigning (Peter Robinson)
   3. Re: [PATCH] Mock autosigning (Miroslav Suchý)
 
 
----------------------------------------------------------------------
 
Message: 1
Date: Tue, 21 Apr 2015 18:30:00 +0000
From: Julien Ballet <lta at fb.com>
To: Discussion of Fedora build system
<buildsys at lists.fedoraproject.org>
Subject: Re: [PATCH] Mock autosigning
Message-ID: <D15BE4F4.5890%lta at fb.com>
Content-Type: text/plain; charset="iso-8859-1"
 
Awesome !
 
I apparently need to sign the CLA to be able to login on the wiki and
contribute documentation. I¹ll handle this paperwork stuff and write some
doc on this right after.
I created myself a task not to forget !
 
Regards,
Lta.
 
On 4/21/15, 1:57 AM, "Miroslav Suchy" <msuchy at redhat.com> wrote:
 
>On 04/19/2015 04:27 PM, Miroslav Suchy wrote:
>> Hmm it still have some issues. Because of that changed $HOME, it could
>> not find ~/.gnupg.
>> It would be nice if we can save $HOME somewhere before changing and then
>> temporary restore, before calling the executable.
>
>Yesterday while working on bug 1204395, I changed UidManager to backup
>and restore environment variables when switching uid.
>Which allows me just restore $HOME for unpriv user and then your patch
>started automagically working.
>
>Commited as:
>* d5a8311 set home for unprivUid and fix typo from previous commit
>* 3c2de6a Add a plugin that calls command (from the host) on the
>produced rpms.
>
>It would be awesome, if you can document the plugin here:
>  
>https://urldefense.proofpoint.com/v1/url?u=https://fedoraproject.org/wiki/
>Projects/Mock%23Plugins&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=i1%2BSZt9IjQNe
>OPsemVaEHw%3D%3D%0A&m=7cU7ALBDslsbxED%2B5ARQwAPc5zHmp%2B%2BP0nUUyaazMxw%3D
>%0A&s=86df2c3be2fe0318ef608c13eb005a13b3d00197f717eefca7a84f25e74525a4
>
>Thank you for contributing.
>
>Mirek
 
 
 
------------------------------
 
Message: 2
Date: Tue, 21 Apr 2015 19:36:04 +0100
From: Peter Robinson <pbrobinson at gmail.com>
To: Discussion of Fedora build system
<buildsys at lists.fedoraproject.org>
Subject: Re: [PATCH] Mock autosigning
Message-ID:
<CALeDE9NxXbCSOUSMjBCmj7ms0LJCjef1Bp+iWie-hV6UBA+Dfg at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
 
On Tue, Apr 21, 2015 at 7:30 PM, Julien Ballet <lta at fb.com> wrote:
> Awesome !
>
> I apparently need to sign the CLA to be able to login on the wiki and
> contribute documentation. I¹ll handle this paperwork stuff and write some
> doc on this right after.
> I created myself a task not to forget !
 
It's very basic, it essentially says "If I don't specify a license for
my Fedora work (rpm specs and the like, not specific code) it will be
assumed it's MIT" (IANAL but it's fairly basic)
 
> On 4/21/15, 1:57 AM, "Miroslav Suchy" <msuchy at redhat.com> wrote:
>
>>On 04/19/2015 04:27 PM, Miroslav Suchy wrote:
>>> Hmm it still have some issues. Because of that changed $HOME, it could
>>> not find ~/.gnupg.
>>> It would be nice if we can save $HOME somewhere before changing and then
>>> temporary restore, before calling the executable.
>>
>>Yesterday while working on bug 1204395, I changed UidManager to backup
>>and restore environment variables when switching uid.
>>Which allows me just restore $HOME for unpriv user and then your patch
>>started automagically working.
>>
>>Commited as:
>>* d5a8311 set home for unprivUid and fix typo from previous commit
>>* 3c2de6a Add a plugin that calls command (from the host) on the
>>produced rpms.
>>
>>It would be awesome, if you can document the plugin here:
>>
>>https://urldefense.proofpoint.com/v1/url?u=https://fedoraproject.org/wiki/
>>Projects/Mock%23Plugins&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=i1%2BSZt9IjQNe
>>OPsemVaEHw%3D%3D%0A&m=7cU7ALBDslsbxED%2B5ARQwAPc5zHmp%2B%2BP0nUUyaazMxw%3D
>>%0A&s=86df2c3be2fe0318ef608c13eb005a13b3d00197f717eefca7a84f25e74525a4
>>
>>Thank you for contributing.
>>
>>Mirek
>
> --
> buildsys mailing list
> buildsys at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
 
------------------------------
 
Message: 3
Date: Wed, 22 Apr 2015 08:02:16 +0200
From: Miroslav Suchý <msuchy at redhat.com>
To: buildsys at lists.fedoraproject.org
Subject: Re: [PATCH] Mock autosigning
Message-ID: <55373968.8060307 at redhat.com>
Content-Type: text/plain; charset=utf-8
 
On 04/21/2015 08:36 PM, Peter Robinson wrote:
> It's very basic, it essentially says "If I don't specify a license for
> my Fedora work (rpm specs and the like, not specific code) it will be
> assumed it's MIT" (IANAL but it's fairly basic)
 
And it is just form on screen. You sign it by clicking on "I agree" button.
That's all.
 
-- 
Miroslav Suchy, RHCA
Red Hat, Senior Software Engineer, #brno, #devexp, #fedora-buildsys
 
 
------------------------------
 
--
buildsys mailing list
buildsys at lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/buildsys
 
End of buildsys Digest, Vol 122, Issue 16
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/buildsys/attachments/20150423/d83b5b6c/attachment-0001.html>


More information about the buildsys mailing list