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

Unified Diff: masters/master.chromiumos/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.chromium/master_site_config.py ('k') | masters/master.chromiumos/master_site_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromiumos/master.cfg
diff --git a/masters/master.chromiumos/master.cfg b/masters/master.chromiumos/master.cfg
index d9ba221205d82ba4e561e5b1f703e026fb9a94e3..ea5afc7b1902aadde1e2e48f94403469cbc625e3 100644
--- a/masters/master.chromiumos/master.cfg
+++ b/masters/master.chromiumos/master.cfg
@@ -28,8 +28,9 @@ from master.factory import chromeos_factory
# These modules come from scripts/common, which must be in the PYTHONPATH.
import config
+import master_site_config
-ActiveMaster = config.Master.ChromiumOS
+ActiveMaster = master_site_config.ChromiumOS
TREE_GATE_KEEPER = ActiveMaster.is_production_host
« no previous file with comments | « masters/master.chromium/master_site_config.py ('k') | masters/master.chromiumos/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698