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

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: 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.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index d9a2cf00bd804c8d7de942080daa7a89b72d82b9..ee803c814dfd146a7bb741b87f6044230e0c4ea1 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

Powered by Google App Engine
This is Rietveld 408576698