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

Unified Diff: scripts/slave/recipes/nacl.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 | « no previous file | scripts/slave/recipes/nacl.expected/linux_triggered.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl.py
diff --git a/scripts/slave/recipes/nacl.py b/scripts/slave/recipes/nacl.py
index 99a488be4ad658e73f659c0ac55f6ecfc142aa78..154c2070482228af98790b10ed71d489d9723962 100644
--- a/scripts/slave/recipes/nacl.py
+++ b/scripts/slave/recipes/nacl.py
@@ -31,7 +31,7 @@ trigger_map = {
}
def _CheckoutSteps(api):
- api.gclient.set_config('nacl')
+ api.gclient.set_config('nacl', GIT_MODE=True)
result = api.bot_update.ensure_checkout(force=True)
# HACK(iannucci): bot_update.ensure_checkout should return an actual meaninful
« no previous file with comments | « no previous file | scripts/slave/recipes/nacl.expected/linux_triggered.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698