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

fijal at codespeak.net fijal at codespeak.net
Thu Apr 16 21:18:21 CEST 2009


Author: fijal
Date: Thu Apr 16 21:18:20 2009
New Revision: 64185

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
this is now a build-only builder


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Apr 16 21:18:20 2009
@@ -40,7 +40,7 @@
 CPYLINUX32 = "pypy-c-lib-python-linux-x86-32"
 CPYWIN32 = "pypy-c-lib-python-win-32"
 CPYLINUX32_VM = 'pypy-c-lib-python-linux-x86-32vm'
-CPYMAEMO = "pypy-c-lib-python-maemo"
+BUILDMAEMO = "pypy-c-maemo-build"
 APPLVLLINUX32 = "pypy-c-app-level-linux-x86-32"
 STACKLESSAPPLVLLINUX32 = "pypy-c-stackless-app-level-linux-x86-32"
 CPYFREEBSD64 = 'pypy-c-lib-python-freebsd-7-x86-64'
@@ -98,9 +98,9 @@
                    "factory": pypyTranslatedLibPythonTestFactoryWin,
                    "category": "windows"
                   },
-                  {"name" : CPYMAEMO,
+                  {"name" : BUILDMAEMO,
                    "slavenames": ['bigdogvm1'],
-                   "builddir" : CPYMAEMO,
+                   "builddir" : BUILDMAEMO,
                    "factory": pypyTranslatedLibPythonMaemoTestFactory,
                    "category": 'maemo'
                    },



More information about the Pypy-commit mailing list