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

fijal at codespeak.net fijal at codespeak.net
Fri May 1 00:14:48 CEST 2009


Author: fijal
Date: Fri May  1 00:14:47 2009
New Revision: 64895

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
put it under a different scheduler as we need to build it from branch


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Fri May  1 00:14:47 2009
@@ -56,8 +56,10 @@
                 hour=0, minute=45, branch="release/1.1.x",
                 ),    
     	Nightly("nightly", [LINUX32, CPYLINUX32, APPLVLLINUX32, CPYWIN32,
-                            STACKLESSAPPLVLLINUX32, JITLINUX32],
+                            STACKLESSAPPLVLLINUX32],
                 hour=4, minute=45),
+      Nightly("nightly-jit", [JITLINUX32],
+              hour=1, minute=45, branch="branch/pyjitpl5"),
     ],   
     'status': [status],
 



More information about the Pypy-commit mailing list