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

Unified Diff: scripts/slave/recipes/v8/auto_roll_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_deps.py
diff --git a/scripts/slave/recipes/v8/auto_roll_deps.py b/scripts/slave/recipes/v8/auto_roll_deps.py
index 9a2fc2d56bde4e67c9fa9042f3728fe4767be92d..fac235da5cd1f41c86ccf4731392798d1c3fb7b7 100644
--- a/scripts/slave/recipes/v8/auto_roll_deps.py
+++ b/scripts/slave/recipes/v8/auto_roll_deps.py
@@ -63,7 +63,7 @@ def RunSteps(api):
monitoring_state = 'failure'
try:
api.chromium.cleanup_temp()
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.gclient.apply_config('v8_bleeding_edge_git')
step_result = api.python(

Powered by Google App Engine
This is Rietveld 408576698