| Index: masters/master.chromium/master.cfg
|
| diff --git a/masters/master.chromium/master.cfg b/masters/master.chromium/master.cfg
|
| index 15e1bcd7fc8db3abb8bc1f04942f867a8e835714..0603123c1d7048f29fb9d7ebc7252c50cabdd707 100644
|
| --- a/masters/master.chromium/master.cfg
|
| +++ b/masters/master.chromium/master.cfg
|
| @@ -7,8 +7,9 @@ from master import master_utils
|
| from master import slaves_list
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.Chromium
|
| +ActiveMaster = master_site_config.Chromium
|
|
|
| # Only the production Chromium Buildbot acts as the tree gatekeeper.
|
| TREE_GATE_KEEPER = ActiveMaster.is_production_host
|
|
|