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

Unified Diff: scripts/slave/recipes/crashpad/continuous.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/closure_compilation.py ('k') | scripts/slave/recipes/custom_tabs_client.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/crashpad/continuous.py
diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
index fd3ab78719f4d746af3ad45cb53f3484f26b2710..fdf83fab9f893f84aee617248e053a588e02fb06 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', GIT_MODE=True)
+ api.gclient.set_config('crashpad')
api.gclient.checkout()
# buildbot sets 'clobber' to the empty string which is falsey, check with 'in'
« no previous file with comments | « scripts/slave/recipes/closure_compilation.py ('k') | scripts/slave/recipes/custom_tabs_client.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698