| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhook
s = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '.DEPS.
git', 'managed': True, 'name': 'build', 'safesync_url': None, 'url': 'https://ch
romium.googlesource.com/chromium/tools/build.git'}]\ntarget_os = []\ntarget_os_o
nly = False"], | 3 "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_o
s = []\ntarget_os_only = False"], |
| 4 "name": "gclient setup", | 4 "name": "gclient setup", |
| 5 "seed_steps": ["gclient setup", "gclient sync"] | 5 "seed_steps": ["gclient setup", "gclient sync"] |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--verbose", "--with_branch_hea
ds", "--nohooks", "--reset", "--delete_unversioned_trees", "--force"], | 8 "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--verbose",
"--with_branch_heads", "--nohooks", "--reset", "--delete_unversioned_trees", "-
-force"], |
| 9 "name": "gclient sync" | 9 "name": "gclient sync" |
| 10 }, | 10 }, |
| 11 { | 11 { |
| 12 "cmd": ["git", "config", "user.email", "commit-bot@chromium.org"], | 12 "cmd": ["git", "config", "user.email", "commit-bot@chromium.org"], |
| 13 "cwd": "[SLAVE_BUILD_ROOT]/build", | 13 "cwd": "[SLAVE_BUILD_ROOT]/build", |
| 14 "name": "git config user.email", | 14 "name": "git config user.email", |
| 15 "seed_steps": ["git config user.email", "git config user.name", "git clean"] | 15 "seed_steps": ["git config user.email", "git config user.name", "git clean"] |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "cmd": ["git", "config", "user.name", "The Commit Bot"], | 18 "cmd": ["git", "config", "user.name", "The Commit Bot"], |
| 19 "cwd": "[SLAVE_BUILD_ROOT]/build", | 19 "cwd": "[SLAVE_BUILD_ROOT]/build", |
| 20 "name": "git config user.name" | 20 "name": "git config user.name" |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "cmd": ["git", "clean", "-xfq"], | 23 "cmd": ["git", "clean", "-xfq"], |
| 24 "cwd": "[SLAVE_BUILD_ROOT]/build", | 24 "cwd": "[SLAVE_BUILD_ROOT]/build", |
| 25 "name": "git clean" | 25 "name": "git clean" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "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"], | 28 "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BU
ILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.ap
pspot.com", "-e", "commit-bot@chromium.org", "--no-commit"], |
| 29 "name": "apply_issue" | 29 "name": "apply_issue" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO
OT]/build/", "--commit", "--verbose", "--verbose", "--issue", 12853011, "--patch
set", 1, "--skip_canned", "CheckRietveldTryJobExecution", "--skip_canned", "Chec
kTreeIsOpen", "--skip_canned", "CheckBuildbotPendingBuilds", "--rietveld_url", "
https://chromiumcodereview.appspot.com", "--rietveld_email", "", "--rietveld_fet
ch"], | 32 "cmd": ["[DEPOT_TOOLS_ROOT]/presubmit_support.py", "--root", "[SLAVE_BUILD_RO
OT]/build/", "--commit", "--verbose", "--verbose", "--issue", 12853011, "--patch
set", 1, "--skip_canned", "CheckRietveldTryJobExecution", "--skip_canned", "Chec
kTreeIsOpen", "--skip_canned", "CheckBuildbotPendingBuilds", "--rietveld_url", "
https://chromiumcodereview.appspot.com", "--rietveld_email", "", "--rietveld_fet
ch"], |
| 33 "name": "presubmit" | 33 "name": "presubmit" |
| 34 } | 34 } |
| 35 ] | 35 ] |
| OLD | NEW |