| Index: scripts/slave/recipes/crashpad/continuous.py
|
| diff --git a/scripts/slave/recipes/crashpad/continuous.py b/scripts/slave/recipes/crashpad/continuous.py
|
| index fdf83fab9f893f84aee617248e053a588e02fb06..cfd327e6ed8b574b110db7fa76690989110dd79e 100644
|
| --- a/scripts/slave/recipes/crashpad/continuous.py
|
| +++ b/scripts/slave/recipes/crashpad/continuous.py
|
| @@ -7,6 +7,7 @@
|
|
|
| DEPS = [
|
| 'file',
|
| + 'depot_tools/bot_update',
|
| 'depot_tools/gclient',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| @@ -19,7 +20,7 @@ DEPS = [
|
| def RunSteps(api):
|
| """Generates the sequence of steps that will be run by the slave."""
|
| api.gclient.set_config('crashpad')
|
| - api.gclient.checkout()
|
| + api.bot_update.ensure_checkout()
|
|
|
| # buildbot sets 'clobber' to the empty string which is falsey, check with 'in'
|
| if 'clobber' in api.properties:
|
|
|