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

Unified Diff: scripts/slave/recipes/v8/auto_roll_release_process.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/v8/auto_roll_push.py ('k') | scripts/slave/recipes/v8/auto_roll_v8_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8/auto_roll_release_process.py
diff --git a/scripts/slave/recipes/v8/auto_roll_release_process.py b/scripts/slave/recipes/v8/auto_roll_release_process.py
index 324d9fb8dfed86300d41977c0fe2de3803fdb117..43526b0bcfab8c8fdeeffbe070df635c50d9ab98 100644
--- a/scripts/slave/recipes/v8/auto_roll_release_process.py
+++ b/scripts/slave/recipes/v8/auto_roll_release_process.py
@@ -143,7 +143,7 @@ def RunSteps(api):
repo = api.properties.get('repo', REPO)
fail_on_exit = []
- api.gclient.set_config('v8', GIT_MODE=True)
+ api.gclient.set_config('v8')
api.bot_update.ensure_checkout(force=True, no_shallow=True)
# Get current lkgr ref and update.
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_push.py ('k') | scripts/slave/recipes/v8/auto_roll_v8_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698