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

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

Issue 1921893003: Roll recipe_engine to 2f86f02a302172514bf282684e0a4aa18b683e41 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@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 "[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
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 ]
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