Grepping through all Fedora specfiles?

2013-07-22 Thread Ville Skyttä
Hello, I'd like to grep through all specfiles (and preferably also patches and sources in git) for rawhide, this time related to the unversioned docdirs F20 feature, and sometimes for other reasons. Hopefully there's a better way than to fedpkg clone all packages one at a time... does anyone know

Re: Grepping through all Fedora specfiles?

2013-07-22 Thread Florian Weimer
On 07/22/2013 11:39 AM, Ville Skyttä wrote: I'd like to grep through all specfiles (and preferably also patches and sources in git) for rawhide, this time related to the unversioned docdirs F20 feature, and sometimes for other reasons. Hopefully there's a better way than to fedpkg clone all pack

Re: Grepping through all Fedora specfiles?

2013-07-22 Thread Kevin Fenzi
On Mon, 22 Jul 2013 12:39:06 +0300 Ville Skyttä wrote: > Hello, > > I'd like to grep through all specfiles (and preferably also patches > and sources in git) for rawhide, this time related to the unversioned > docdirs F20 feature, and sometimes for other reasons. Hopefully > there's a better way

Re: Grepping through all Fedora specfiles?

2013-07-22 Thread Thomas Moschny
2013/7/22 Ville Skyttä : > I'd like to grep through all specfiles (and preferably also patches and > sources in git) for rawhide, this time related to the unversioned docdirs > F20 feature, and sometimes for other reasons. Hopefully there's a better way > than to fedpkg clone all packages one at a

Re: Grepping through all Fedora specfiles?

2013-07-22 Thread Dhiru Kholia
On 07/22/13 at 08:39am, Kevin Fenzi wrote: > On Mon, 22 Jul 2013 12:39:06 +0300 > Ville Skyttä wrote: > > I'd like to grep through all specfiles (and preferably also patches > > and sources in git) for rawhide, this time related to the > > unversioned docdirs F20 feature, and sometimes for other r

Re: Grepping through all Fedora specfiles?

2013-07-22 Thread Ralf Corsepius
On 07/22/2013 11:39 AM, Ville Skyttä wrote: Hello, I'd like to grep through all specfiles (and preferably also patches and sources in git) for rawhide, this time related to the unversioned docdirs F20 feature, and sometimes for other reasons. Hopefully there's a better way than to fedpkg clone a

Re: Grepping through all Fedora specfiles?

2013-07-23 Thread पराग़
Hi, On Tue, Jul 23, 2013 at 10:34 AM, Ralf Corsepius wrote: > On 07/22/2013 11:39 AM, Ville Skyttä wrote: > >> Hello, >> >> I'd like to grep through all specfiles (and preferably also patches and >> sources in git) for rawhide, this time related to the unversioned >> docdirs F20 feature, and some

Re: Grepping through all Fedora specfiles?

2013-07-23 Thread Ville Skyttä
On 2013-07-22 18:55, Thomas Moschny wrote: > > Maybe you could use searchco.de in some creative way? > http://searchcode.com/?q=url%3Afedora+ext%3Aspec+docdir Thanks for the pointer -- but what makes that less useful than it could be is that the url parameter is ignored if searching with a rege

Re: Grepping through all Fedora specfiles?

2013-07-23 Thread Ville Skyttä
On 2013-07-23 08:04, Ralf Corsepius wrote: > > For similar purposes, I have been using the CSV table returned by > "https://admin.fedoraproject.org/pkgdb/lists/bugzilla?tg_format=plain"; > > I am downloading the CSV-table and then use scripts to filter the CSV > into lists and subsequently to fe

Re: Grepping through all Fedora specfiles?

2013-07-23 Thread Ville Skyttä
On 2013-07-23 21:47, Ville Skyttä wrote: > On 2013-07-22 18:55, Thomas Moschny wrote: >> >> Maybe you could use searchco.de in some creative way? >> http://searchcode.com/?q=url%3Afedora+ext%3Aspec+docdir > > Also, I have no idea how up to date Fedora sources they're working with. Based on a co

Re: Grepping through all Fedora specfiles?

2013-07-23 Thread Tony Breeds
On Tue, Jul 23, 2013 at 10:01:51PM +0300, Ville Skyttä wrote: > On 2013-07-23 08:04, Ralf Corsepius wrote: > > > > For similar purposes, I have been using the CSV table returned by > > "https://admin.fedoraproject.org/pkgdb/lists/bugzilla?tg_format=plain"; > > > > I am downloading the CSV-table a

Re: Grepping through all Fedora specfiles?

2013-07-24 Thread Ralf Corsepius
On 07/24/2013 02:33 AM, Tony Breeds wrote: On Tue, Jul 23, 2013 at 10:01:51PM +0300, Ville Skyttä wrote: On 2013-07-23 08:04, Ralf Corsepius wrote: For similar purposes, I have been using the CSV table returned by "https://admin.fedoraproject.org/pkgdb/lists/bugzilla?tg_format=plain"; I am do

Re: Grepping through all Fedora specfiles?

2013-07-24 Thread Pádraig Brady
On 07/23/2013 07:47 PM, Ville Skyttä wrote: > On 2013-07-22 18:55, Thomas Moschny wrote: >> >> Maybe you could use searchco.de in some creative way? >> http://searchcode.com/?q=url%3Afedora+ext%3Aspec+docdir > > Thanks for the pointer -- but what makes that less useful than it could > be is that

Re: Grepping through all Fedora specfiles?

2013-07-24 Thread Tony Breeds
On Wed, Jul 24, 2013 at 12:14:53PM +0200, Ralf Corsepius wrote: > On 07/24/2013 02:33 AM, Tony Breeds wrote: > >On Tue, Jul 23, 2013 at 10:01:51PM +0300, Ville Skyttä wrote: > >>On 2013-07-23 08:04, Ralf Corsepius wrote: > >>> > >>>For similar purposes, I have been using the CSV table returned by >

Re: Grepping through all Fedora specfiles?

2013-07-24 Thread Toshio Kuratomi
On Thu, Jul 25, 2013 at 09:02:47AM +1000, Tony Breeds wrote: > > As an aside, Any guesses as to how big the ~/fedora-git dir would be > after running the script above? > Upwards of 9GB. I'm working on a git-seed script right now and that's the size of a checkout seed in the testing environment (

Re: Grepping through all Fedora specfiles?

2013-07-25 Thread Petr Viktorin
On 07/25/2013 01:45 AM, Toshio Kuratomi wrote: On Thu, Jul 25, 2013 at 09:02:47AM +1000, Tony Breeds wrote: As an aside, Any guesses as to how big the ~/fedora-git dir would be after running the script above? Upwards of 9GB. I'm working on a git-seed script right now and that's the size of a