| 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 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| 11 "python", | 11 "python", |
| 12 "-u", | 12 "-u", |
| 13 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", | 13 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", |
| 14 "--path", | 14 "--path", |
| 15 "[CWD]\\src", | 15 "[CWD]\\src", |
| 16 "--url", | 16 "--url", |
| 17 "https://chromium.googlesource.com/chromium/src.git", | 17 "https://chromium.googlesource.com/chromium/src.git", |
| 18 "--git_cmd_path", | 18 "--git_cmd_path", |
| 19 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat" | 19 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat" |
| 20 ], | 20 ], |
| 21 "cwd": "[SLAVE_BUILD]", |
| 21 "name": "git setup" | 22 "name": "git setup" |
| 22 }, | 23 }, |
| 23 { | 24 { |
| 24 "cmd": [ | 25 "cmd": [ |
| 25 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 26 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
| 26 "retry", | 27 "retry", |
| 27 "fetch", | 28 "fetch", |
| 28 "origin", | 29 "origin", |
| 29 "master", | 30 "master", |
| 30 "--recurse-submodules" | 31 "--recurse-submodules" |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 ], | 178 ], |
| 178 "cwd": "[CWD]\\src", | 179 "cwd": "[CWD]\\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 |