| Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg_clobber.json
|
| diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg_clobber.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg_clobber.json
|
| index 394a1a162efe2096dfe45d9e0d326489fe5fd30e..a638f18aec449fe6ecb4e2cc5b313df4648edf71 100644
|
| --- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg_clobber.json
|
| +++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_dbg_clobber.json
|
| @@ -6,7 +6,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "config",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]"
|
| + "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]"
|
| ],
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| @@ -19,9 +19,14 @@
|
| "-u",
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "sync",
|
| + "--verbose",
|
| + "--with_branch_heads",
|
| "--nohooks",
|
| + "-j8",
|
| + "--reset",
|
| "--force",
|
| - "--verbose",
|
| + "--upstream",
|
| + "--no-nag-max",
|
| "--delete_unversioned_trees",
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| @@ -34,7 +39,7 @@
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"revision\": \"e6ebda0f8dc589a150c612132e67916df288f343\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| @@ -45,6 +50,38 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| + "recurse",
|
| + "git",
|
| + "config",
|
| + "user.name",
|
| + "local_bot"
|
| + ],
|
| + "env": {
|
| + "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| + },
|
| + "name": "gclient recurse (git config user.name)"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| + "recurse",
|
| + "git",
|
| + "config",
|
| + "user.email",
|
| + "local_bot@example.com"
|
| + ],
|
| + "env": {
|
| + "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| + },
|
| + "name": "gclient recurse (git config user.email)"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| "[SLAVE_BUILD]/crashpad/out"
|
| ],
|
|
|