Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-11 Thread Anthony Messina
On 12/06/2010 01:05 PM, Jesse Keating wrote: On 12/04/2010 11:08 AM, Anthony Messina wrote: 1) What is the output of the Make sources command (what does it do)? 2) How do I specify a private lookaside cache, similar to what is used in Fedora? 3) If there is no way to specify a place to get

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-06 Thread Jesse Keating
On 12/04/2010 11:08 AM, Anthony Messina wrote: 1) What is the output of the Make sources command (what does it do)? 2) How do I specify a private lookaside cache, similar to what is used in Fedora? 3) If there is no way to specify a place to get the source tar.gz files, and I were to create a

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-06 Thread Mike McLean
On 12/04/2010 03:34 PM, Anthony Messina wrote: I have been searching through the code at https://fedorahosted.org/koji/, but haven't found anything so far. That is the code for koji, which does not contain any of the code for dist-cvs or dist-git. You can read some about dist-git here:

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-05 Thread Anthony Messina
On 12/05/2010 07:39 AM, Todd Zullinger wrote: I believe the current code to pull sources from the lookaside case is in fedpkg now. The bulk of it is in the sources function in pyfedpkg: http://git.fedorahosted.org/git/?p=fedora-packager.git;a=blob;f=src/pyfedpkg/__init__.py;h=fe426c2#l726

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-04 Thread Steve Traylen
On Sat, Dec 4, 2010 at 8:08 PM, Anthony Messina amess...@messinet.com wrote: I have have used Git for my RPM sources, patches, specs, etc. for some time and have just recently installed Koji.  I am able to build from SRPM (since I'm the admin), but I'd like to connect my Koji instance to the

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-04 Thread Anthony Messina
On 12/04/2010 01:50 PM, Steve Traylen wrote: The end result of make sources is that the tar ball must be there, so the simplest you can get away with is sources: I appreciate the response. This should get me started. In the fedora setup, the 'sources' file for any RPM simply

Re: Private Koji instance with private SCM: Make sources? Private lookaside?

2010-12-04 Thread Steve Traylen
On Sat, Dec 4, 2010 at 9:34 PM, Anthony Messina amess...@messinet.com wrote: On 12/04/2010 01:50 PM, Steve Traylen wrote: The end result of make sources is that the tar ball must be there, so the simplest you can get away with is sources: I appreciate the response.  This should get me