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

Unified Diff: scripts/slave/recipes/v8/auto_tag.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_tag.py
diff --git a/scripts/slave/recipes/v8/auto_tag.py b/scripts/slave/recipes/v8/auto_tag.py
index 51cd85f634c80749f0e62b7db04fb09b4d439867..6622d6527f04b98b302824d8ac196d40883deed2 100644
--- a/scripts/slave/recipes/v8/auto_tag.py
+++ b/scripts/slave/recipes/v8/auto_tag.py
@@ -227,7 +227,7 @@ def RunSteps(api):
local_branch_ref = 'refs/remotes/branch-heads/%s' % branch
lkgr_ref = 'refs/heads/%s-lkgr' % branch
- api.gclient.set_config('v8')
+ api.gclient.set_config('v8', GIT_MODE=True)
api.gclient.checkout(with_branch_heads=True)
# Enforce a clean state.

Powered by Google App Engine
This is Rietveld 408576698