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

Unified Diff: scripts/slave/recipes/chromium_codesearch.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
Index: scripts/slave/recipes/chromium_codesearch.py
diff --git a/scripts/slave/recipes/chromium_codesearch.py b/scripts/slave/recipes/chromium_codesearch.py
index 88c02a128f51371a80d69ea0d7cd549fae5b387b..6fcb3e29366914cf39e78312408945b4802c5782 100644
--- a/scripts/slave/recipes/chromium_codesearch.py
+++ b/scripts/slave/recipes/chromium_codesearch.py
@@ -122,7 +122,7 @@ def RunSteps(api):
# Checkout the repositories that are either directly needed or should be
# included in the source archive.
- gclient_config = api.gclient.make_config('chromium', GIT_MODE=True)
+ gclient_config = api.gclient.make_config('chromium')
for name, url in ADDITIONAL_REPOS.iteritems():
solution = gclient_config.solutions.add()
solution.name = name
« no previous file with comments | « scripts/slave/recipes/chromium.chromedriver.recipe_autogen.py ('k') | scripts/slave/recipes/client.drmemory.recipe_autogen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698