Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: masters/master.tryserver.webrtc/master.cfg

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: config -> config_bootstrap for masters_test import Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « masters/master.tryserver.nacl/master_site_config.py ('k') | masters/master.tryserver.webrtc/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698