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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "@@@STEP_LOG_END@python.inline@@@" | 154 "@@@STEP_LOG_END@python.inline@@@" |
155 ] | 155 ] |
156 }, | 156 }, |
157 { | 157 { |
158 "cmd": [ | 158 "cmd": [ |
159 "python", | 159 "python", |
160 "-u", | 160 "-u", |
161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
162 "runhooks" | 162 "runhooks" |
163 ], | 163 ], |
| 164 "cwd": "[SLAVE_BUILD]/src", |
164 "env": { | 165 "env": { |
165 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
166 }, | 167 }, |
167 "name": "gclient runhooks" | 168 "name": "gclient runhooks" |
168 }, | 169 }, |
169 { | 170 { |
170 "name": "$result", | 171 "name": "$result", |
171 "recipe_result": null, | 172 "recipe_result": null, |
172 "status_code": 0 | 173 "status_code": 0 |
173 } | 174 } |
174 ] | 175 ] |
OLD | NEW |