| Index: masters/master.tryserver.chromium/master.cfg
|
| diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
|
| index 0bf4838d7357cb1d460cd440b4c043be9126949e..9ac90227f2688d28122925647db1e3223c7762b0 100644
|
| --- a/masters/master.tryserver.chromium/master.cfg
|
| +++ b/masters/master.tryserver.chromium/master.cfg
|
| @@ -25,8 +25,9 @@ from master.try_job_rietveld import TryJobRietveld
|
| from master.try_job_svn import TryJobSubversion
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.TryServer
|
| +ActiveMaster = master_site_config.TryServer
|
|
|
|
|
| MAIL_NOTIFIER = ActiveMaster.is_production_host
|
|
|