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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 "@@@STEP_LOG_END@python.inline@@@" | 165 "@@@STEP_LOG_END@python.inline@@@" |
166 ] | 166 ] |
167 }, | 167 }, |
168 { | 168 { |
169 "cmd": [ | 169 "cmd": [ |
170 "python", | 170 "python", |
171 "-u", | 171 "-u", |
172 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 172 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
173 "runhooks" | 173 "runhooks" |
174 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]/src", |
175 "env": { | 176 "env": { |
176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 177 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
177 }, | 178 }, |
178 "name": "gclient runhooks" | 179 "name": "gclient runhooks" |
179 }, | 180 }, |
180 { | 181 { |
181 "name": "$result", | 182 "name": "$result", |
182 "recipe_result": null, | 183 "recipe_result": null, |
183 "status_code": 0 | 184 "status_code": 0 |
184 } | 185 } |
185 ] | 186 ] |
OLD | NEW |