[Rivet-svn] rivet: Change rivet-mkhtml output directory to 'rivet-plots', to...

Rivet Mercurial rivet at projects.hepforge.org
Sun Nov 8 21:15:01 GMT 2015


details:   https://rivet.hepforge.org/hg/rivet/rev/81e028367477
branches:  
changeset: 4920:81e028367477
user:      Andy Buckley <andy at insectnation.org>
date:      Sun Nov 08 21:10:33 2015 +0000
description:
Change rivet-mkhtml output directory to 'rivet-plots', to avoid accidental overwriting of generic non-Rivet 'plots' dirs.

diffs (22 lines):

--- a/ChangeLog	Fri Nov 06 12:51:26 2015 +0000
+++ b/ChangeLog	Sun Nov 08 21:10:33 2015 +0000
@@ -1,3 +1,8 @@
+2015-11-08  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Change rivet-mkhtml output directory to 'rivet-plots', to avoid
+	accidental overwriting of generic non-Rivet 'plots' dirs.
+
 2015-11-05  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Allow comma-separated analysis name lists to be passed to a single -a/--analysis/--analyses option.
--- a/bin/rivet-mkhtml	Fri Nov 06 12:51:26 2015 +0000
+++ b/bin/rivet-mkhtml	Sun Nov 08 21:10:33 2015 +0000
@@ -29,7 +29,7 @@
 from optparse import OptionParser, OptionGroup
 parser = OptionParser(usage=__doc__)
 parser.add_option("-o", "--outputdir", dest="OUTPUTDIR",
-                  default="./plots", help="directory for webpage output")
+                  default="./rivet-plots", help="directory for webpage output")
 parser.add_option("-c", "--config", dest="CONFIGFILES", action="append", default=["~/.make-plots"],
                   help="plot config file(s) to be used with rivet-cmphistos.")
 parser.add_option("-n", "--num-threads", metavar="NUMTHREADS", dest="NUMTHREADS", type=int,


More information about the Rivet-svn mailing list