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

Unified Diff: masters/master.client.v8/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.client.v8/master.cfg
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
index ac6e7208eb61fdba89ed6fcbe8bc6a001dacaad6..fd0055e7c657a579414f2a5c4d6a1cc182e4a605 100644
--- a/masters/master.client.v8/master.cfg
+++ b/masters/master.client.v8/master.cfg
@@ -28,6 +28,7 @@ from master.factory import v8_factory
from master.factory import chromium_factory
import config
+import master_site_config
import branches_cfg
# Get the branches currently tracked on the waterfall, plus the names for the
@@ -36,7 +37,7 @@ stable_branch = branches_cfg.stable_branch
beta_branch = branches_cfg.beta_branch
branch_names = branches_cfg.branch_names
-ActiveMaster = config.Master.V8
+ActiveMaster = master_site_config.V8
SVN_POLLER = True

Powered by Google App Engine
This is Rietveld 408576698