Re: building from git using custom koji install

2008-07-24 Thread Enrico Scholz
Jesus M. Rodriguez [EMAIL PROTECTED] writes: git://git.fedorahosted.org/git?spacewalk.git#HEAD But it complains about not having a spec file. Which makes sense as there is no spec file at the top of the tree. We solved a similar issue (building multiple branches from same sources) by passing

Re: building from git using custom koji install

2008-07-24 Thread Doug Ledford
On Wed, 2008-07-23 at 23:51 -0400, Mike Bonnet wrote: On Wed, 2008-07-23 at 23:06 -0400, Doug Ledford wrote: On Wed, 2008-07-23 at 22:27 -0400, Jesus Rodriguez wrote: On Wed, Jul 23, 2008 at 09:50:13PM -0400, Mike McLean wrote: Jesus M. Rodriguez wrote: So am I correct in my

Re: building from git using custom koji install

2008-07-24 Thread Jesus Rodriguez
On Wed, Jul 23, 2008 at 11:51:36PM -0400, Mike Bonnet wrote: On Wed, 2008-07-23 at 23:06 -0400, Doug Ledford wrote: On Wed, 2008-07-23 at 22:27 -0400, Jesus Rodriguez wrote: On Wed, Jul 23, 2008 at 09:50:13PM -0400, Mike McLean wrote: Jesus M. Rodriguez wrote: So am I correct in my

building from git using custom koji install

2008-07-23 Thread Jesus M. Rodriguez
We've installed koji (1.2.5) on F8 and successfully got the buildroots generating and scratch builds of src.rpms working. I'm trying to build packages from our git repo. I gave it the url to our repo: git://git.fedorahosted.org/git?spacewalk.git#HEAD But it complains about not having a spec

Re: building from git using custom koji install

2008-07-23 Thread Mike McLean
Jesus M. Rodriguez wrote: I've tried several versions of the url with no luck. It seems that koji expects the scm repository house a single package which is not the case for us. There are innumerable ways that one might build an srpm from an SCM checkout. Koji can only support a limited set.