Is there any was to do a grep/search on all of the Fedora .spec files for a specific release (or devel)? I'd be fine with checking them all out if there was a way to just the the spec files for a specific release.
Orion Poplawski (orion@cora.nwra.com) said:
Is there any was to do a grep/search on all of the Fedora .spec files for a specific release (or devel)? I'd be fine with checking them all out if there was a way to just the the spec files for a specific release.
You should be able to check out the FC-6 meta-module, for example. Not sure if one really works for devel/.
Bill
Jima wrote:
On Fri, 18 May 2007, Bill Nottingham wrote:
You should be able to check out the FC-6 meta-module, for example. Not sure if one really works for devel/.
I swore I'd done that with devel/ before, so I tested it just now, and indeed: It does work.
Jima
It does indeed. Any way I can avoid pulling all of the .patch files?
Jima wrote:
On Fri, 18 May 2007, Bill Nottingham wrote:
You should be able to check out the FC-6 meta-module, for example. Not sure if one really works for devel/.
I swore I'd done that with devel/ before, so I tested it just now, and indeed: It does work.
Jima
Any way to just check out the .spec files?
Orion Poplawski wrote:
Any way to just check out the .spec files?
Download the tarball of the current cvs snapshot at http://cvs.fedoraproject.org/webfiles/ , then gunzip , untar, and
find . -name "*.spec" -exec grep what-you-want {} ; -print
or something similar in GUI
~buc
devel@lists.stg.fedoraproject.org