[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: is there an url for packages?
- From: Jima <jima beer tclug org>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: is there an url for packages?
- Date: Thu, 9 Aug 2007 09:25:06 -0500 (CDT)
On Wed, 8 Aug 2007, Michael Stahnke wrote:
Can I tack on a request to have all spec files available easily,
perhaps in a single directory online?
Being a shell scripting type person, I found a bit of a hack-ish
workaround (assuming you've got CVS set up and pointed at Fedora's space):
$ cvs co owners
cvs checkout: Updating owners
U owners/owners.epel.list
U owners/owners.list
U owners/owners.olpc.list
$ for i in `grep '^Fedora|' owners/owners.list | awk -F'|' '{print $2}'`
do cvs co devel/$i/$i.spec
done
U devel/915resolution/915resolution.spec
U devel/AGReader/AGReader.spec
U devel/AllegroOGG/AllegroOGG.spec
U devel/BackupPC/BackupPC.spec
I'm a bad, bad person.
Jima
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]