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

fijal at codespeak.net fijal at codespeak.net
Sat Jun 12 22:41:26 CEST 2010


Author: fijal
Date: Sat Jun 12 22:41:25 2010
New Revision: 75344

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
update buildbot


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sat Jun 12 22:41:25 2010
@@ -137,7 +137,7 @@
         self.addStep(ShellCmd(
             description="compress pypy-c",
             command=["python", "pack.py"],
-            workdir='build/pypy/tool'))
+            workdir='build/pypy/tool/release'))
         if pypyjit:
             kind = 'jit'
         else:



More information about the Pypy-commit mailing list