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

Unified Diff: masters/master.client.drmemory/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.drmemory/master.cfg
diff --git a/masters/master.client.drmemory/master.cfg b/masters/master.client.drmemory/master.cfg
index ea31bdb0d512eb1130668a4597b671b84295a4a1..e91958bdf0ee263160ae0a2a3af00f596d452355 100644
--- a/masters/master.client.drmemory/master.cfg
+++ b/masters/master.client.drmemory/master.cfg
@@ -19,7 +19,8 @@ from master.factory import drmemory_factory
from master.factory import chromium_factory
import config
-ActiveMaster = config.Master.DrMemory
+import master_site_config
+ActiveMaster = master_site_config.DrMemory
MASTER_HOST = ActiveMaster.master_host
MAIL_NOTIFIER = ActiveMaster.is_production_host
« no previous file with comments | « masters/master.client.dart/master_site_config.py ('k') | masters/master.client.drmemory/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698