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

Unified Diff: scripts/slave/recipes/swarming/deterministic_build.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/skia/swarm_trigger.py ('k') | scripts/slave/recipes/swarming/staging.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/deterministic_build.py
diff --git a/scripts/slave/recipes/swarming/deterministic_build.py b/scripts/slave/recipes/swarming/deterministic_build.py
index 770a0cd5868499b305cfc389bd37e8c578fd8df1..3e488fa8c1b97916cb8fab0500c48ea912c57b37 100644
--- a/scripts/slave/recipes/swarming/deterministic_build.py
+++ b/scripts/slave/recipes/swarming/deterministic_build.py
@@ -81,7 +81,7 @@ def ConfigureChromiumBuilder(api, recipe_config):
**recipe_config.get('chromium_config_kwargs',
{'BUILD_CONFIG': 'Release'}))
api.chromium.apply_config('clobber')
- api.gclient.set_config(recipe_config['gclient_config'], GIT_MODE=True,
+ api.gclient.set_config(recipe_config['gclient_config'],
**recipe_config.get('gclient_config_kwargs', {}))
api.chromium.cleanup_temp()
« no previous file with comments | « scripts/slave/recipes/skia/swarm_trigger.py ('k') | scripts/slave/recipes/swarming/staging.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698