[pypy-commit] buildbot default: Check in this update.

arigo noreply at buildbot.pypy.org
Tue Jun 5 15:55:55 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
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__'])


More information about the pypy-commit mailing list