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

Unified Diff: scripts/slave/recipes/legion/legion.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: Created 4 years, 4 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 | « scripts/slave/recipes/gyp.py ('k') | scripts/slave/recipes/libyuv/libyuv.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/legion/legion.py
diff --git a/scripts/slave/recipes/legion/legion.py b/scripts/slave/recipes/legion/legion.py
index 9e06659db02d6b29c3f30c92edbbba3364d2b7d1..a3e7a27ee305a7c61a933a6761f5035f92205a75 100644
--- a/scripts/slave/recipes/legion/legion.py
+++ b/scripts/slave/recipes/legion/legion.py
@@ -57,7 +57,7 @@ def RunSteps(api):
'https://omnibot-legion-isolate-server.appspot.com')
api.swarming.swarming_server = (
'https://omnibot-legion-swarming-server.appspot.com')
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
for name, config in CONFIGS.iteritems():
« no previous file with comments | « scripts/slave/recipes/gyp.py ('k') | scripts/slave/recipes/libyuv/libyuv.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698