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

Unified Diff: scripts/slave/recipes/run_presubmit.py

Issue 2269263002: Make all the rest of the recipes explicitly specify 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/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 861a7a4b10e42dea069fdc63f5980c678d53aedf..21a65f296ce5f2cba02a82f165918a893f3749d0 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -25,7 +25,7 @@ def _RunStepsInternal(api):
force_checkout = api.properties.get('force_checkout', False)
patch_storage = api.properties.get('patch_storage', 'rietveld')
- api.gclient.set_config(repo_name)
+ api.gclient.set_config(repo_name, GIT_MODE=True)
kwargs = {}
if patch_storage == 'gerrit':

Powered by Google App Engine
This is Rietveld 408576698