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

Unified Diff: scripts/slave/recipes/libyuv/libyuv.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
« no previous file with comments | « scripts/slave/recipes/legion/legion.expected/basic.json ('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 67d8cbbd5bb6029f64c2dfa4ee2762b0ca0a9689..88298e12c5df44e378831322bf7d7a402bcf6b37 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'])
+ api.gclient.set_config(recipe_config['gclient_config'], GIT_MODE=True)
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.expected/basic.json ('k') | scripts/slave/recipes/mojo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698