Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: recipe_modules/git/example.expected/platform_win.json

Issue 1926633002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « recipe_modules/git/example.expected/curl_trace_file.json ('k') | recipe_modules/git/example.expected/rebase_failed.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698