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

Unified Diff: masters/master.chromiumos/master.cfg

Issue 3777004: Fix imports and bring over a missing file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 10 years, 2 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.chromiumos/Makefile ('k') | masters/master.chromiumos/run_master.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromiumos/master.cfg
===================================================================
--- masters/master.chromiumos/master.cfg (revision 62490)
+++ masters/master.chromiumos/master.cfg (working copy)
@@ -30,24 +30,17 @@
from buildbot.scheduler import Scheduler
from buildbot.scheduler import Triggerable
-# Reload all the python files under master and common
-import master
-reload(master)
-import common
-reload(common)
-
# These modules come from scripts/master, which must be in the PYTHONPATH.
-import build_utils
-import chromium_step
-from factory import chromeos_factory
-import master_utils
-import slaves_list
+from master import build_utils
+from master import chromium_step
+from master import master_utils
+from master import slaves_list
+from master.factory import chromeos_factory
# These modules come from scripts/common, which must be in the PYTHONPATH.
-import chromium_config as config
-import chromium_utils
+import config
-ActiveMaster = config.Master.ChromeOS
+ActiveMaster = config.Master.ChromiumOS
TREE_GATE_KEEPER = ActiveMaster.is_production_host
GOOD_REVISIONS = False
« no previous file with comments | « masters/master.chromiumos/Makefile ('k') | masters/master.chromiumos/run_master.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698