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

Unified Diff: infra/recipes/canary.py

Issue 2282933002: Delete all references to GIT_MODE=True from chromium (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/recipes/canary.py
diff --git a/infra/recipes/canary.py b/infra/recipes/canary.py
index 687bed1238eb4b891c5ebf559a318309d985425a..e058e52717b6ba0751949dd2f66f4e0c9dad5aad 100644
--- a/infra/recipes/canary.py
+++ b/infra/recipes/canary.py
@@ -11,7 +11,7 @@ DEPS = [
]
def RunSteps(api):
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
def GenTests(api):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698