[Rivet-svn] r3015 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Mar 11 00:00:09 GMT 2011


Author: buckley
Date: Fri Mar 11 00:00:09 2011
New Revision: 3015

Log:
Update Rivet version used by the bootstrap script

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Wed Mar  9 23:35:59 2011	(r3014)
+++ bootstrap/rivet-bootstrap	Fri Mar 11 00:00:09 2011	(r3015)
@@ -3,7 +3,7 @@
 ## $Date$
 ## $Revision$
 
-__usage__ = """\
+"""\
 %prog [options]
 
 %prog is a helper script which downloads and installs Rivet and the
@@ -135,7 +135,7 @@
 
 DEFAULTPREFIX = os.path.join(os.getcwd(), "local")
 
-parser = OptionParser(usage=__usage__)
+parser = OptionParser(usage=__doc__)
 parser.add_option("--prefix", metavar="INSTALLDIR", default=DEFAULTPREFIX, dest="PREFIX",
                   help="Location to install packages to [%default]")
 parser.add_option("--force", action="store_true", default=False, dest="FORCE",
@@ -154,7 +154,7 @@
                   help="Always bootstrap from sources, even if LCG versions are available [%default]")
 parser.add_option("--no-install-rivet", action="store_false", default=True, dest="INSTALL_RIVET",
                   help="Don't install Rivet! Useful to set up required packages, or AGILe only [%default]")
-parser.add_option("--rivet-version", default="1.4.0", dest="RIVET_VERSION",
+parser.add_option("--rivet-version", default="1.5.0", dest="RIVET_VERSION",
                   help="Explicitly specify version of Rivet to get and use [%default]")
 parser.add_option("--rivet-url", default="http://www.hepforge.org/archive/rivet/",
                   dest="RIVET_URL", help="Base URL for Rivet tarball downloads [%default]")


More information about the Rivet-svn mailing list