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

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

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_v8rel.py ('k') | scripts/slave/recipes/v8/infra_end_to_end.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3b3947913ff153e19296d1ea9450642581aced92..a0f68bb1f101aa61d300549820426fbb97eaf900 100644
--- a/scripts/slave/recipes/v8/auto_tag.py
+++ b/scripts/slave/recipes/v8/auto_tag.py
@@ -235,7 +235,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', GIT_MODE=True)
+ api.gclient.set_config('v8')
api.gclient.checkout(with_branch_heads=True)
# Enforce a clean state.
« no previous file with comments | « scripts/slave/recipes/v8/auto_roll_v8rel.py ('k') | scripts/slave/recipes/v8/infra_end_to_end.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698