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

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: 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
« no previous file with comments | « masters/master.client.toolkit/master_site_config.py ('k') | masters/master.client.v8/master_site_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/master.cfg
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
index 52166b593a19a3163fc7d85cdc633b4b1e3d79e1..74b157b330fec9b131e27de676852bb4bd507f63 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
« no previous file with comments | « masters/master.client.toolkit/master_site_config.py ('k') | masters/master.client.v8/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698