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

Unified Diff: masters/master.client.nacl.sdk.mono/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
Index: masters/master.client.nacl.sdk.mono/master.cfg
diff --git a/masters/master.client.nacl.sdk.mono/master.cfg b/masters/master.client.nacl.sdk.mono/master.cfg
index b8b58445721b099ac18f995ac8f5c85cf7ba2adc..59d5c115ff4abb84bc8be4bf8d4e3fdcd0980ae7 100644
--- a/masters/master.client.nacl.sdk.mono/master.cfg
+++ b/masters/master.client.nacl.sdk.mono/master.cfg
@@ -25,8 +25,9 @@ from master import slaves_list
from master.factory import nacl_sdk_factory
import config
+import master_site_config
-ActiveMaster = config.Master.NativeClientSDKMono
+ActiveMaster = master_site_config.NativeClientSDKMono
TREE_GATE_KEEPER = ActiveMaster.is_production_host
« no previous file with comments | « masters/master.client.nacl.sdk.addin/master_site_config.py ('k') | masters/master.client.nacl.sdk.mono/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698