| Index: masters/master.tryserver.webrtc/master.cfg
|
| diff --git a/masters/master.tryserver.webrtc/master.cfg b/masters/master.tryserver.webrtc/master.cfg
|
| index 5a01fe551a05f300bc81d09fc4772f596c4e3aad..6a7f06a1304bc64c07c91c630150aed21354725f 100755
|
| --- a/masters/master.tryserver.webrtc/master.cfg
|
| +++ b/masters/master.tryserver.webrtc/master.cfg
|
| @@ -17,8 +17,9 @@ from master.try_job_http import TryJobHTTP
|
| from master.try_mail_notifier import TryMailNotifier
|
|
|
| import config
|
| +import master_site_config
|
|
|
| -ActiveMaster = config.Master.WebRTCTryServer
|
| +ActiveMaster = master_site_config.WebRTCTryServer
|
|
|
| MAIL_NOTIFIER = True
|
| LISTEN_TO_SVN = ActiveMaster.svn_url and ActiveMaster.is_production_host
|
|
|