| 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 040a832b0a4a7e3366f28ed99b1fb20ffa437aaa..1ccd6c719007d65e1599f29c1320faf954874ac4 100644
|
| --- a/recipe_modules/git/example.expected/platform_win.json
|
| +++ b/recipe_modules/git/example.expected/platform_win.json
|
| @@ -1,6 +1,13 @@
|
| [
|
| {
|
| "cmd": [
|
| + "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
|
| + ],
|
| + "cwd": "RECIPE_PACKAGE[depot_tools]",
|
| + "name": "ensure git tooling on windows"
|
| + },
|
| + {
|
| + "cmd": [
|
| "python",
|
| "-u",
|
| "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py",
|
| @@ -9,14 +16,14 @@
|
| "--url",
|
| "https://chromium.googlesource.com/chromium/src.git",
|
| "--git_cmd_path",
|
| - "[DEPOT_TOOLS]\\git.bat"
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "git setup"
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "retry",
|
| "fetch",
|
| "origin",
|
| @@ -28,7 +35,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "checkout",
|
| "-f",
|
| "FETCH_HEAD"
|
| @@ -38,7 +45,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "rev-parse",
|
| "HEAD"
|
| ],
|
| @@ -51,7 +58,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "clean",
|
| "-f",
|
| "-d",
|
| @@ -62,7 +69,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "submodule",
|
| "sync"
|
| ],
|
| @@ -71,7 +78,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "submodule",
|
| "update",
|
| "--init",
|
| @@ -82,7 +89,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "-c",
|
| "foo=bar",
|
| "count-objects",
|
| @@ -94,7 +101,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "config",
|
| "--get",
|
| "remote.origin.url"
|
| @@ -108,7 +115,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "show",
|
| "HEAD",
|
| "--format=%at",
|
| @@ -120,7 +127,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "fetch",
|
| "origin",
|
| "--tags"
|
| @@ -130,7 +137,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "status"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\src",
|
| @@ -138,7 +145,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "status"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\src",
|
| @@ -146,7 +153,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "status"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\src",
|
| @@ -154,7 +161,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "rebase",
|
| "origin/master"
|
| ],
|
| @@ -163,7 +170,7 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[DEPOT_TOOLS]\\git.bat",
|
| + "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| "bundle",
|
| "create",
|
| "[SLAVE_BUILD]\\all.bundle",
|
|
|