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

Unified Diff: masters/master.client.omaha/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.nacl/master_site_config.py ('k') | masters/master.client.omaha/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.omaha/master.cfg
diff --git a/masters/master.client.omaha/master.cfg b/masters/master.client.omaha/master.cfg
index 1d214228dfcf572a507273a5f1f4a0a96b4adab8..39a6426c62f7455aca6d0481baba6abfabc7a6b5 100644
--- a/masters/master.client.omaha/master.cfg
+++ b/masters/master.client.omaha/master.cfg
@@ -7,8 +7,9 @@ from master import master_utils
from master import slaves_list
import config
+import master_site_config
-ActiveMaster = config.Master.Omaha
+ActiveMaster = master_site_config.Omaha
c = BuildmasterConfig = {}
c['change_source'] = []
« no previous file with comments | « masters/master.client.nacl/master_site_config.py ('k') | masters/master.client.omaha/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698