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

Unified Diff: masters/master.tryserver.chromium.linux/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.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 2d4d428fb4be03bdc86bb69ba87efc7eafeee9c3..46c51a555e5daaa8579c14489c80ae766ccf9b02 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -20,11 +20,11 @@ from master.factory import swarm_factory
from master.try_job_http import TryJobHTTP
from master.try_job_rietveld import TryJobRietveld
from master.try_job_svn import TryJobSubversion
-from master_site_config import TryServerLinux
import config
+import master_site_config
-ActiveMaster = TryServerLinux
+ActiveMaster = master_site_config.TryServerLinux
MAIL_NOTIFIER = True
« no previous file with comments | « masters/master.experimental/master_site_config.py ('k') | masters/master.tryserver.chromium.linux/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698