[pypy-commit] buildbot default: Specify the branch as None to use the default one

bivab noreply at buildbot.pypy.org
Wed Sep 5 18:01:10 CEST 2012


Author: David Schneider <david.schneider at picle.org>
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),


More information about the pypy-commit mailing list