Author: David Schneider <[email protected]>
Branch: 
Changeset: r682:b808fe9eb32f
Date: 2012-09-05 18:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/b808fe9eb32f/

Log:    Specify the branch as None to use the default one

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -301,7 +301,7 @@
             APPLVLLINUXARM,            # on hhu-cross-arm, uses 1 core ~ 5 
hours
             JITLINUXARM,               # on hhu-cross-arm, uses 1 core ~ 5 
hours
             JITONLYLINUXARMEL,         # on hhu-qemu-armel
-            ], hour=0, minute=0),
+            ], branch=None, hour=0, minute=0),
         Nightly("nighly-ppc", [
             JITONLYLINUXPPC64,         # on gcc1
             ], branch='ppc-jit-backend', hour=1, minute=0),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to