| Index: scripts/slave/recipes/nacl_ports.py
|
| diff --git a/scripts/slave/recipes/nacl_ports.py b/scripts/slave/recipes/nacl_ports.py
|
| index 8d4e7fcd73078de34e99213062a66aaf2e30d2d2..d7fb3cd991856361961bf89a2c763d7e2ae3acad 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')
|
| + api.gclient.set_config('webports', GIT_MODE=True)
|
| result = api.bot_update.ensure_checkout(force=True)
|
| api.gclient.runhooks()
|
| # HACK(aneeshm): Borrowed from iannucci's hack in nacl.py.
|
|
|