Index: masters/master.client.syzygy/master_site_config.py |
diff --git a/masters/master.client.syzygy/master_site_config.py b/masters/master.client.syzygy/master_site_config.py |
index 02198676bc27cf9fd18d5791ebed6c8cee18c784..7fea839c656422e5a8a183d3a6b24d42d0c498f1 100644 |
--- a/masters/master.client.syzygy/master_site_config.py |
+++ b/masters/master.client.syzygy/master_site_config.py |
@@ -4,13 +4,11 @@ |
"""ActiveMaster definition.""" |
-class Syzygy(object): |
+from config_bootstrap import Master |
+ |
+class Syzygy(Master.Master3): |
project_name = 'Syzygy' |
+ project_url = 'http://sawbuck.googlecode.com' |
master_port = 8042 |
slave_port = 8142 |
master_port_alt = 8242 |
- tree_closing_notification_recipients = [] |
- from_address = 'buildbot@chromium.org' |
- master_host = 'master3.golo.chromium.org' |
- buildslave_version = 'buildbot_slave_8_4' |
- twisted_version = 'twisted_10_2' |