[pypy-svn] r70632 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Fri Jan 15 21:28:19 CET 2010


Author: fijal
Date: Fri Jan 15 21:28:18 2010
New Revision: 70632

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
fix the revision name


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri Jan 15 21:28:18 2010
@@ -172,7 +172,7 @@
             workdir='./benchmarks',
             haltOnFailure=True))
         # a bit obscure hack to get both os.path.expand and a property
-        resfile = os.path.expanduser("~/bench_results/%(revision)s.json")
+        resfile = os.path.expanduser("~/bench_results/%(got_revision)s.json")
         self.addStep(transfer.FileUpload(slavesrc="benchmarks/result.json",
                                          masterdest=WithProperties(resfile),
                                          workdir="."))



More information about the Pypy-commit mailing list