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

Unified Diff: scripts/slave/recipes/nacl/sdk.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/nacl.py ('k') | scripts/slave/recipes/nacl/sdk_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl/sdk.py
diff --git a/scripts/slave/recipes/nacl/sdk.py b/scripts/slave/recipes/nacl/sdk.py
index 150fc7c473bc7abfed43c93711a0c1d756c0ef76..4bea60bb38ce1f4aa9095cb0d073b3f3949c0186 100644
--- a/scripts/slave/recipes/nacl/sdk.py
+++ b/scripts/slave/recipes/nacl/sdk.py
@@ -15,9 +15,9 @@ DEPS = [
def RunSteps(api):
- api.chromium.set_config('chromium', GIT_MODE=True)
+ api.chromium.set_config('chromium')
api.chromium.apply_config('mb')
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
api.tryserver.maybe_apply_issue()
api.chromium.runhooks()
« no previous file with comments | « scripts/slave/recipes/nacl.py ('k') | scripts/slave/recipes/nacl/sdk_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698