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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8rel.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_v8rel.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8rel.py b/scripts/slave/recipes/v8/auto_roll_v8rel.py
index aeace9e344aebf308e4d755d136c685e6cf17029..725f3b0d03c09369bc15277c22b823bf3ae29970 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8rel.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8rel.py
@@ -17,7 +17,7 @@ DEPS = [
def RunSteps(api):
api.chromium.cleanup_temp()
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.gclient.apply_config('v8')
api.bot_update.ensure_checkout(
force=True, no_shallow=True, with_branch_heads=True)

Powered by Google App Engine
This is Rietveld 408576698