| Index: scripts/slave/recipes/run_presubmit.expected/tools_build.json
|
| diff --git a/scripts/slave/recipes/run_presubmit.expected/tools_build.json b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
|
| index c7a6f73743ea9f79c938b1d00a3c9e8739949071..1dcf88e33e470bd6bc3ea86a0025592103dd0971 100644
|
| --- a/scripts/slave/recipes/run_presubmit.expected/tools_build.json
|
| +++ b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
|
| @@ -1,11 +1,11 @@
|
| [
|
| {
|
| - "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'safesync_url': None, 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]\ntarget_os = []\ntarget_os_only = False"],
|
| + "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'safesync_url': None, 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]\ntarget_os = []\ntarget_os_only = False"],
|
| "name": "gclient setup",
|
| "seed_steps": ["gclient setup", "gclient sync"]
|
| },
|
| {
|
| - "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--verbose", "--with_branch_heads", "--nohooks", "--reset", "--delete_unversioned_trees", "--force"],
|
| + "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--verbose", "--with_branch_heads", "--nohooks", "--reset", "--delete_unversioned_trees", "--force"],
|
| "name": "gclient sync"
|
| },
|
| {
|
| @@ -25,7 +25,7 @@
|
| "name": "git clean"
|
| },
|
| {
|
| - "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],
|
| + "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org", "--no-commit"],
|
| "name": "apply_issue"
|
| },
|
| {
|
|
|