| Index: scripts/slave/recipes/syzygy/kasko_official.py
|
| diff --git a/scripts/slave/recipes/syzygy/kasko_official.py b/scripts/slave/recipes/syzygy/kasko_official.py
|
| index 2059759d1be302f5949fa4fed370961d3b1fd3f2..066d68b97c7a8b3b727d4a9238b177d70e91e3d0 100644
|
| --- a/scripts/slave/recipes/syzygy/kasko_official.py
|
| +++ b/scripts/slave/recipes/syzygy/kasko_official.py
|
| @@ -47,7 +47,7 @@ def RunSteps(api, buildername):
|
| config, kwargs = _BUILDERS[buildername]
|
| s.set_config(config, **kwargs)
|
| api.chromium.set_config(config, **kwargs)
|
| - api.gclient.set_config(config, **kwargs)
|
| + api.gclient.set_config(config, GIT_MODE=True, **kwargs)
|
|
|
| # Clean up any running processes on the slave.
|
| s.taskkill()
|
|
|