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 "[SLAVE_BUILD]\\src", | 15 "[SLAVE_BUILD]\\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]", | |
22 "name": "git setup" | 21 "name": "git setup" |
23 }, | 22 }, |
24 { | 23 { |
25 "cmd": [ | 24 "cmd": [ |
26 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 25 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
27 "retry", | 26 "retry", |
28 "fetch", | 27 "fetch", |
29 "origin", | 28 "origin", |
30 "master", | 29 "master", |
31 "--recurse-submodules" | 30 "--recurse-submodules" |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 ], | 177 ], |
179 "cwd": "[SLAVE_BUILD]\\src", | 178 "cwd": "[SLAVE_BUILD]\\src", |
180 "name": "git bundle" | 179 "name": "git bundle" |
181 }, | 180 }, |
182 { | 181 { |
183 "name": "$result", | 182 "name": "$result", |
184 "recipe_result": null, | 183 "recipe_result": null, |
185 "status_code": 0 | 184 "status_code": 0 |
186 } | 185 } |
187 ] | 186 ] |
OLD | NEW |