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

Unified Diff: scripts/slave/recipes/v8/auto_roll_push.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_push.py
diff --git a/scripts/slave/recipes/v8/auto_roll_push.py b/scripts/slave/recipes/v8/auto_roll_push.py
index 1e4d92c047152e781dbed76ffb819d554d5f4bd5..dee91bd3f935b03b69d2298b363ce2c0268b91b0 100644
--- a/scripts/slave/recipes/v8/auto_roll_push.py
+++ b/scripts/slave/recipes/v8/auto_roll_push.py
@@ -16,7 +16,7 @@ DEPS = [
def RunSteps(api):
api.chromium.cleanup_temp()
- api.gclient.set_config('v8')
+ api.gclient.set_config('v8', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True, no_shallow=True)
step_result = api.python(

Powered by Google App Engine
This is Rietveld 408576698