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
Attachment:
signature.asc
Description: This is a digitally signed message part.
-- Fedora-packaging mailing list Fedora-packaging@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-packaging