| Index: masters/master.chromium.swarm/master.cfg
|
| diff --git a/masters/master.chromium.swarm/master.cfg b/masters/master.chromium.swarm/master.cfg
|
| index ff2bc42bc6a5ae7d102c6769bd1fd3bf9984c51f..1e98d32507e5ef59a9c4d41e6c12bdf143e57fb1 100644
|
| --- a/masters/master.chromium.swarm/master.cfg
|
| +++ b/masters/master.chromium.swarm/master.cfg
|
| @@ -16,8 +16,9 @@ from master import slaves_list
|
| from master.factory import swarm_factory
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.ChromiumSwarm
|
| +ActiveMaster = master_site_config.ChromiumSwarm
|
|
|
| # This is the dictionary that the buildmaster pays attention to. We also use
|
| # a shorter alias to save typing.
|
|
|