Author: David Schneider <[email protected]>
Branch: buildbot-update
Changeset: r840:3206ed6cefa9
Date: 2013-08-29 09:51 +0200
http://bitbucket.org/pypy/buildbot/changeset/3206ed6cefa9/
Log: explicitly set branch to 'default' for nightly builds
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -213,12 +213,12 @@
JITFREEBSD864, # on ananke
JITFREEBSD964, # on exarkun's freebsd
JITMACOSX64, # on xerxes
- ], branch=None, hour=0, minute=0),
+ ], branch='default', hour=0, minute=0),
Nightly("nightly-2-00", [
JITBENCH, # on tannit32, uses 1 core (in part
exclusively)
JITBENCH64, # on tannit64, uses 1 core (in part
exclusively)
- ], branch=None, hour=2, minute=0),
+ ], branch='default', hour=2, minute=0),
Nightly("nightly-2-00-py3k", [
LINUX64, # on allegro64, uses all cores
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit