| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 92 "--show-path", | 92 "--show-path", |
| 93 "python", | 93 "python", |
| 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 95 "--gsutil-py-path", |
| 96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 95 "--ninja-path", | 97 "--ninja-path", |
| 96 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 97 "--target", | 99 "--target", |
| 98 "Release", | 100 "Release", |
| 99 "--src-dir", | 101 "--src-dir", |
| 100 "[SLAVE_BUILD]/src", | 102 "[SLAVE_BUILD]/src", |
| 101 "--goma-cache-dir", | 103 "--goma-cache-dir", |
| 102 "[GOMA_CACHE]", | 104 "[GOMA_CACHE]", |
| 103 "--build-tool", | 105 "--build-tool", |
| 104 "ninja", | 106 "ninja", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 128 ], | 130 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 131 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "archive_build" | 132 "name": "archive_build" |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "name": "$result", | 135 "name": "$result", |
| 134 "recipe_result": null, | 136 "recipe_result": null, |
| 135 "status_code": 0 | 137 "status_code": 0 |
| 136 } | 138 } |
| 137 ] | 139 ] |
| OLD | NEW |