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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.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/legion/legion.py ('k') | scripts/slave/recipes/mojo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/libyuv/libyuv.py
diff --git a/scripts/slave/recipes/libyuv/libyuv.py b/scripts/slave/recipes/libyuv/libyuv.py
index 88298e12c5df44e378831322bf7d7a402bcf6b37..67d8cbbd5bb6029f64c2dfa4ee2762b0ca0a9689 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -861,7 +861,7 @@ def RunSteps(api):
api.chromium.set_config(recipe_config['chromium_config'],
**bot_config.get('chromium_config_kwargs', {}))
- api.gclient.set_config(recipe_config['gclient_config'], GIT_MODE=True)
+ api.gclient.set_config(recipe_config['gclient_config'])
for c in bot_config.get('gclient_apply_config', []):
api.gclient.apply_config(c)
for c in bot_config.get('chromium_apply_config', []):
« no previous file with comments | « scripts/slave/recipes/legion/legion.py ('k') | scripts/slave/recipes/mojo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698