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

Unified Diff: scripts/slave/recipes/nacl_ports.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/sdk_build.py ('k') | scripts/slave/recipes/ozone_ecs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/nacl_ports.py
diff --git a/scripts/slave/recipes/nacl_ports.py b/scripts/slave/recipes/nacl_ports.py
index d7fb3cd991856361961bf89a2c763d7e2ae3acad..8d4e7fcd73078de34e99213062a66aaf2e30d2d2 100644
--- a/scripts/slave/recipes/nacl_ports.py
+++ b/scripts/slave/recipes/nacl_ports.py
@@ -15,7 +15,7 @@ DEPS = [
def _CheckoutSteps(api):
- api.gclient.set_config('webports', GIT_MODE=True)
+ api.gclient.set_config('webports')
result = api.bot_update.ensure_checkout(force=True)
api.gclient.runhooks()
# HACK(aneeshm): Borrowed from iannucci's hack in nacl.py.
« no previous file with comments | « scripts/slave/recipes/nacl/sdk_build.py ('k') | scripts/slave/recipes/ozone_ecs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698