Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r646:f49279861ee3
Date: 2012-06-05 15:55 +0200
http://bitbucket.org/pypy/buildbot/changeset/f49279861ee3/

Log:    Check in this update.

diff --git a/bot2/pypybuildbot/util.py b/bot2/pypybuildbot/util.py
--- a/bot2/pypybuildbot/util.py
+++ b/bot2/pypybuildbot/util.py
@@ -2,7 +2,7 @@
 import socket
 
 def we_are_debugging():
-    return socket.gethostname() not in ("wyvern",)
+    return socket.gethostname() not in ("wyvern", "cobra")
 
 def load(name):
     mod = __import__(name, {}, {}, ['__all__'])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to