Author: Antonio Cuni <[email protected]>
Branch: 0.8.4-compat
Changeset: r567:84caf591023e
Date: 2011-08-07 21:00 +0200
http://bitbucket.org/pypy/buildbot/changeset/84caf591023e/

Log:    this hack is no longer supported, we should use a proper
        configuration to do it. However, we have only one slave per builder
        right now, so we don't care

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -16,11 +16,6 @@
 # Done
 
 
-# Picking a random slave is not really what we want;
-# let's pick the first available one instead.
-Builder.CHOOSE_SLAVES_RANDOMLY = False
-
-
 status = WebStatus(httpPortNumber, allowForce=True)
 
 # pypy test summary page
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to