Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fabfile/slave.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-08 00:35:22 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-08 00:35:22 (GMT)
commit248ee39b12d2ffbf35caf637680ae914956ebcf7 (patch)
tree5f19d3e2690fdc3b8a6388bb2f01540ef6db4dd5 /fabfile/slave.py
parente20fa0a01874c702f4c21cd0fc0bdbe83d3d349b (diff)
More work on automated setup
Diffstat (limited to 'fabfile/slave.py')
-rw-r--r--fabfile/slave.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/fabfile/slave.py b/fabfile/slave.py
index fda98b6..6e1e791 100644
--- a/fabfile/slave.py
+++ b/fabfile/slave.py
@@ -12,12 +12,12 @@ from fabric.api import roles
from fabric.api import with_settings
slaves = {"buildbot@debian-wheezy-32bit.local": "debian-wheezy-32bit",
- "buildbot@debian-wheezy-64bit.local": "debian-wheezy-64bit",
- "buildbot@fedora-17-32bit.local": "fedora-17-32bit",
- "buildbot@fedora-17-64bit.local": "fedora-17-64bit",
- "buildbot@fedora-18-32bit.local": "fedora-18-32bit",
- "buildbot@fedora-18-64bit.local": "fedora-18-64bit",
- "buildbot@ubuntu-12-10-32bit.local": "ubuntu-12-10-32bit",
+ #"buildbot@debian-wheezy-64bit.local": "debian-wheezy-64bit",
+ #"buildbot@fedora-17-32bit.local": "fedora-17-32bit",
+ #"buildbot@fedora-17-64bit.local": "fedora-17-64bit",
+ #"buildbot@fedora-18-32bit.local": "fedora-18-32bit",
+ #"buildbot@fedora-18-64bit.local": "fedora-18-64bit",
+ #"buildbot@ubuntu-12-10-32bit.local": "ubuntu-12-10-32bit",
"buildbot@ubuntu-12-10-64bit.local": "ubuntu-12-10-64bit"}
slave_gateway = "dnarvaez@bender.sugarlabs.org"