| 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 = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" |
| 10 ], | 10 ], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "@@@STEP_LOG_END@python.inline@@@" | 152 "@@@STEP_LOG_END@python.inline@@@" |
| 153 ] | 153 ] |
| 154 }, | 154 }, |
| 155 { | 155 { |
| 156 "cmd": [ | 156 "cmd": [ |
| 157 "python", | 157 "python", |
| 158 "-u", | 158 "-u", |
| 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 160 "runhooks" | 160 "runhooks" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]/src", |
| 162 "env": { | 163 "env": { |
| 163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 164 }, | 165 }, |
| 165 "name": "gclient runhooks" | 166 "name": "gclient runhooks" |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 168 "name": "$result", | 169 "name": "$result", |
| 169 "recipe_result": null, | 170 "recipe_result": null, |
| 170 "status_code": 0 | 171 "status_code": 0 |
| 171 } | 172 } |
| 172 ] | 173 ] |
| OLD | NEW |