[Fedora-packaging] Suggestion: require inclusion of cvs location in completed review request

Till Maas opensource at till.name
Sun Apr 6 20:19:59 UTC 2008


On Sun April 6 2008, David Timms wrote:

> The second issue is that browsing the cvs server is quite slow - mainly
> at the point where the "folder" has the complete list of {3000} package
> folders. This means we could immediately click through to the correct
> folder in the cvs server, rather than trawling from the top level.
>
> Any comments, rejections to this idea ?

Here is a shell script that gives you the url to the relevant spec files for 
any package, that is in Fedora cvs:

#!/bin/bash
PACKAGE_NAME=$1
echo CVS Basedir:
echo http://cvs.fedoraproject.org/viewcvs/rpms/$PACKAGE_NAME
echo CVS devel spec:
echo 
http://cvs.fedoraproject.org/viewcvs/*checkout*/rpms/$PACKAGE_NAME/devel/$PACKAGE_NAME.spec
echo CVS imported spec:
echo 
http://cvs.fedoraproject.org/viewcvs/*checkout*/rpms/$PACKAGE_NAME/devel/$PACKAGE_NAME.spec?rev=1.1

Regards,
Till
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-packaging/attachments/20080406/750f9a36/attachment.sig>


More information about the Fedora-packaging mailing list