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

pedronis at codespeak.net pedronis at codespeak.net
Wed Oct 8 18:26:03 CEST 2008


Author: pedronis
Date: Wed Oct  8 18:26:02 2008
New Revision: 58842

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
oops



Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Wed Oct  8 18:26:02 2008
@@ -49,7 +49,7 @@
     'builders': [
                   {"name": LINUX32,
                    "slavenames": ["wyvern", "cobra"],
-                   "builddir": LINUX2,
+                   "builddir": LINUX32,
                    "factory": pypyOwnTestFactory
                   },
                   {"name": CPYLINUX32,



More information about the Pypy-commit mailing list