OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" |
5 ], | 5 ], |
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
7 "name": "ensure git tooling on windows" | 7 "name": "ensure git tooling on windows", |
| 8 "timeout": 300 |
8 }, | 9 }, |
9 { | 10 { |
10 "cmd": [ | 11 "cmd": [ |
11 "python", | 12 "python", |
12 "-u", | 13 "-u", |
13 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", | 14 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", |
14 "--path", | 15 "--path", |
15 "[SLAVE_BUILD]\\src", | 16 "[SLAVE_BUILD]\\src", |
16 "--url", | 17 "--url", |
17 "https://chromium.googlesource.com/chromium/src.git", | 18 "https://chromium.googlesource.com/chromium/src.git", |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 ], | 178 ], |
178 "cwd": "[SLAVE_BUILD]\\src", | 179 "cwd": "[SLAVE_BUILD]\\src", |
179 "name": "git bundle" | 180 "name": "git bundle" |
180 }, | 181 }, |
181 { | 182 { |
182 "name": "$result", | 183 "name": "$result", |
183 "recipe_result": null, | 184 "recipe_result": null, |
184 "status_code": 0 | 185 "status_code": 0 |
185 } | 186 } |
186 ] | 187 ] |
OLD | NEW |