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

Unified Diff: scripts/slave/recipes/nacl/sdk_build.py

Issue 2264323003: Make nacl recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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/nacl/sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl/sdk_build.py
diff --git a/scripts/slave/recipes/nacl/sdk_build.py b/scripts/slave/recipes/nacl/sdk_build.py
index 6f98a510107223b82962fc6f3dde1a235f2dd440..afb9d34c359b1d7c580eec2459db455053bb52ab 100644
--- a/scripts/slave/recipes/nacl/sdk_build.py
+++ b/scripts/slave/recipes/nacl/sdk_build.py
@@ -15,7 +15,7 @@ DEPS = [
def RunSteps(api):
- api.chromium.set_config('chromium')
+ api.chromium.set_config('chromium', GIT_MODE=True)
api.chromium.apply_config('mb')
api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698