On Fri, 2007-12-07 at 15:12 -0500, Oscar Victorio Calixto Bacho wrote: > How should I set my SVN repository for Koji use?
it needs to have the same function and structure as the fedora build system. koji will attempt to checkout the package as well as the common bits. for example, my svn tree looks like: trunk/common trunk/common/Makefile trunk/common/Makefile.common trunk/common/branches trunk/somerpmpackagename/Makefile trunk/somerpmpackagename/sources trunk/somerpmpackagename/somerpmpackagename.spec you'll also have to modify then Makefile.common from Fedora to use svn data instead of cvs data for the build command. hope that helps, and good luck. rob. -- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
