The SeverHowTo does have a link to bootstrapping the server, but that's where I got the import idea from.
Can you give me an example? I have done fedora-package-setup How would I checkout and build "bc"? I saw some language about "make package" but didn't understand the tie in. Should I have done: 1) fedora-package-setup 2) cvs co cvs.fedoraproject.org:/cvs/pkgs 4) cd some package directory 5) make build #5 will interact with whatever koji build server is configured. Also, should I get rid of everything I imported? If so, how.. Doug On Mon, Feb 22, 2010 at 9:33 AM, Michael Cronenworth <[email protected]> wrote: > Doug Reiland wrote: >> So, I import a src.rpm. What is the process for generating the binary rpms? >> I was assuming koji would do a rpnmbuild --rebuild via mock?? somehow. > > No. You do not want to "import" anything. You want to "build" packages. > You do not use "koji import". You want to use "koji build". > >> >> How are updates managed in fedora? I was assuming packages were always >> getting rebuilt based on some kind of trigger (source update, ...), >> and tagged, after testing or time-frame moved to an update repository. >> Is this or something like it done in koji or outside koji. >> > > Fedora uses a CVS tree (soon git?) for holding all the specs and source > code. When a packager issues "make package" the koji system pulls the > spec and source and builds from that, instead of an SRPM. This is part > of the ServerHowTo. > -- > buildsys mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/buildsys > -- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
