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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8_deps.py

Issue 2273833002: Make v8 recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase 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/v8/auto_roll_v8_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8_deps.py b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
index 24e2586f667c5989216584f3897d2447bbc9fd8b..2d7bf612af730e30d66705e28feba3eddd6ffcb8 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8_deps.py
@@ -79,7 +79,7 @@ def GetDEPS(api, name, repo):
def RunSteps(api):
- api.gclient.set_config('v8')
+ api.gclient.set_config('v8', GIT_MODE=True)
api.gclient.apply_config('chromium')
# Allow rolling all v8 os deps.

Powered by Google App Engine
This is Rietveld 408576698