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

Unified Diff: scripts/slave/recipes/syzygy/kasko_official.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/syzygy/coverage.py ('k') | scripts/slave/recipes/syzygy/smoke_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/syzygy/kasko_official.py
diff --git a/scripts/slave/recipes/syzygy/kasko_official.py b/scripts/slave/recipes/syzygy/kasko_official.py
index 066d68b97c7a8b3b727d4a9238b177d70e91e3d0..2059759d1be302f5949fa4fed370961d3b1fd3f2 100644
--- a/scripts/slave/recipes/syzygy/kasko_official.py
+++ b/scripts/slave/recipes/syzygy/kasko_official.py
@@ -47,7 +47,7 @@ def RunSteps(api, buildername):
config, kwargs = _BUILDERS[buildername]
s.set_config(config, **kwargs)
api.chromium.set_config(config, **kwargs)
- api.gclient.set_config(config, GIT_MODE=True, **kwargs)
+ api.gclient.set_config(config, **kwargs)
# Clean up any running processes on the slave.
s.taskkill()
« no previous file with comments | « scripts/slave/recipes/syzygy/coverage.py ('k') | scripts/slave/recipes/syzygy/smoke_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698