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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git/example.expected/platform_win.json
diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json
index d9d15429bc7c8536f6ba17a5e2b02a5b05a1ef69..b12b3b0c62df9e5932e3ec9eeca6da015042b6ce 100644
--- a/recipe_modules/git/example.expected/platform_win.json
+++ b/recipe_modules/git/example.expected/platform_win.json
@@ -1,7 +1,10 @@
[
{
"cmd": [
- "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+ "--verbose"
],
"cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
"name": "ensure git tooling on windows",
« 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