Disclaimer: this is an unsupported software, which was written to ease some pain with building too many packages.
Stage RPM
Are you bored of re-building other cluster's packages for stage, but you have no
pre-packaged stage area? Or do you have to do a one-liner fix for a package, for
the pre-pre-previous release?
Use stage-rpm!
mkdir workspace
cd workspace
cvs co org.glite
wget -O stage-rpm 'http://glite.cvs.cern.ch:8180/cgi-bin/glite.cgi/*checkout*/org.glite.data/bin/stage-rpm?rev=HEAD&content-type=text/plain'
wget -O glite-userspace-rpm 'http://glite.cvs.cern.ch:8180/cgi-bin/glite.cgi/*checkout*/org.glite.data/bin/glite-userspace-rpm?rev=HEAD&content-type=text/plain'
wget -O fetch-stage-rpm 'http://glite.cvs.cern.ch:8180/cgi-bin/glite.cgi/*checkout*/org.glite.data/bin/fetch-stage-rpm?rev=HEAD&content-type=text/plain'
chmod +x stage-rpm glite-userspace-rpm fetch-stage-rpm
./fetch-stage-rpm --glite glite-security-voms-api-c-
./stage-rpm -ivh glite-security-voms-api-c-*.rpm
stage-rpm is a wrapper around
rpm so you can pass any options what you used to give to that command line.
--
AkosFrohner - 12 Oct 2005
Topic revision: r2 - 2006-02-23
- unknown