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

Unified Diff: scripts/master/factory/gclient_factory.py

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.tryserver.webrtc/master_site_config.py ('k') | scripts/master/factory/nacl_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/gclient_factory.py
diff --git a/scripts/master/factory/gclient_factory.py b/scripts/master/factory/gclient_factory.py
index 77efc8967777292ebdcc02040791947c87e07344..4ea98ba9b177f4dcf08f1e5fa6e237978bbf8d31 100644
--- a/scripts/master/factory/gclient_factory.py
+++ b/scripts/master/factory/gclient_factory.py
@@ -331,7 +331,7 @@ class GClientFactory(object):
if slave_type in ('AnnotatedTrybot', 'CrosTrybot', 'Trybot', 'Bisect'):
factory_cmd_obj.AddApplyIssueStep(
timeout=timeout,
- server=config.Master.TryServer.code_review_site)
+ server=config.Master.Master4.code_review_site)
if not self._nohooks_on_update:
factory_cmd_obj.AddRunHooksStep(env=env, timeout=timeout)
« no previous file with comments | « masters/master.tryserver.webrtc/master_site_config.py ('k') | scripts/master/factory/nacl_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698