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

Unified Diff: scripts/slave/recipes/mojo.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
Index: scripts/slave/recipes/mojo.py
diff --git a/scripts/slave/recipes/mojo.py b/scripts/slave/recipes/mojo.py
index d914a92b6674efe9deb6ee41c1dfcd9a449ec82e..3c3dafaff1af139f2d8707bd2e546a3cb6ce350d 100644
--- a/scripts/slave/recipes/mojo.py
+++ b/scripts/slave/recipes/mojo.py
@@ -20,7 +20,7 @@ DEPS = [
def _CheckoutSteps(api, buildername):
# Checkout mojo and its dependencies (specified in DEPS) using gclient
- api.gclient.set_config('mojo')
+ api.gclient.set_config('mojo', GIT_MODE=True)
if 'Android' in buildername:
api.gclient.apply_config('android')
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.py ('k') | scripts/slave/recipes/mojo.expected/mojo_android_builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698