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

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

Issue 2264583002: git: use new python script to bootstrap git on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 4 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 | Annotate | Revision Log
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « recipe_modules/git/api.py ('k') | recipe_modules/tryserver/example.expected/with_wrong_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698