| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 4 "python", |
| 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 7 "--verbose" |
| 5 ], | 8 ], |
| 6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 9 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 7 "name": "ensure git tooling on windows", | 10 "name": "ensure git tooling on windows", |
| 8 "timeout": 300 | 11 "timeout": 300 |
| 9 }, | 12 }, |
| 10 { | 13 { |
| 11 "cmd": [ | 14 "cmd": [ |
| 12 "python", | 15 "python", |
| 13 "-u", | 16 "-u", |
| 14 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", | 17 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 ], | 184 ], |
| 182 "cwd": "[SLAVE_BUILD]\\src", | 185 "cwd": "[SLAVE_BUILD]\\src", |
| 183 "name": "git bundle" | 186 "name": "git bundle" |
| 184 }, | 187 }, |
| 185 { | 188 { |
| 186 "name": "$result", | 189 "name": "$result", |
| 187 "recipe_result": null, | 190 "recipe_result": null, |
| 188 "status_code": 0 | 191 "status_code": 0 |
| 189 } | 192 } |
| 190 ] | 193 ] |
| OLD | NEW |