|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "RECIPE_PACKAGE[depot_tools]",
|
|
|
|
|
"cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
|
|
|
|
|
"name": "ensure git tooling on windows"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -16,14 +16,14 @@
|
|
|
|
|
"--url",
|
|
|
|
|
"https://chromium.googlesource.com/chromium/src.git",
|
|
|
|
|
"--git_cmd_path",
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat"
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]",
|
|
|
|
|
"name": "git setup"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"retry",
|
|
|
|
|
"fetch",
|
|
|
|
|
"origin",
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"checkout",
|
|
|
|
|
"-f",
|
|
|
|
|
"FETCH_HEAD"
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"rev-parse",
|
|
|
|
|
"HEAD"
|
|
|
|
|
],
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"clean",
|
|
|
|
|
"-f",
|
|
|
|
|
"-d",
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"submodule",
|
|
|
|
|
"sync"
|
|
|
|
|
],
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"submodule",
|
|
|
|
|
"update",
|
|
|
|
|
"--init",
|
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"-c",
|
|
|
|
|
"foo=bar",
|
|
|
|
|
"count-objects",
|
|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"config",
|
|
|
|
|
"--get",
|
|
|
|
|
"remote.origin.url"
|
|
|
|
@ -115,7 +115,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"show",
|
|
|
|
|
"HEAD",
|
|
|
|
|
"--format=%at",
|
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"fetch",
|
|
|
|
|
"origin",
|
|
|
|
|
"--tags"
|
|
|
|
@ -137,7 +137,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"rebase",
|
|
|
|
|
"origin/master"
|
|
|
|
|
],
|
|
|
|
@ -170,7 +170,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
|
|
|
|
"bundle",
|
|
|
|
|
"create",
|
|
|
|
|
"[SLAVE_BUILD]\\all.bundle",
|
|
|
|
|