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

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

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 8 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.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index f175b969b18046fb83599f12369d5a05dda1374c..0ea9702368490b74c2be01602127500f57cbd351 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -23,8 +23,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 = True

Powered by Google App Engine
This is Rietveld 408576698