Author: David Schneider <[email protected]>
Branch: 
Changeset: r649:7d7f9d55cda8
Date: 2012-07-06 14:49 +0200
http://bitbucket.org/pypy/buildbot/changeset/7d7f9d55cda8/

Log:    remove the unused and apparently never-connected "cobra" buildslave

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -244,7 +244,7 @@
 
     'builders': [
                   {"name": LINUX32,
-                   "slavenames": ["cobra", "bigdogvm1", "tannit32"],
+                   "slavenames": ["bigdogvm1", "tannit32"],
                    "builddir": LINUX32,
                    "factory": pypyOwnTestFactory,
                    "category": 'linux32',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to