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

Unified Diff: scripts/slave/recipes/crashpad/continuous.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/crashpad/continuous.py
diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
index fdf83fab9f893f84aee617248e053a588e02fb06..fd3ab78719f4d746af3ad45cb53f3484f26b2710 100644
--- a/scripts/slave/recipes/crashpad/continuous.py
+++ b/scripts/slave/recipes/crashpad/continuous.py
@@ -18,7 +18,7 @@ DEPS = [
def RunSteps(api):
"""Generates the sequence of steps that will be run by the slave."""
- api.gclient.set_config('crashpad')
+ api.gclient.set_config('crashpad', GIT_MODE=True)
api.gclient.checkout()
# buildbot sets 'clobber' to the empty string which is falsey, check with 'in'

Powered by Google App Engine
This is Rietveld 408576698