|
|
|
@ -9,14 +9,14 @@
|
|
|
|
|
"--url",
|
|
|
|
|
"https://chromium.googlesource.com/chromium/src.git",
|
|
|
|
|
"--git_cmd_path",
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat"
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]",
|
|
|
|
|
"name": "git setup"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"retry",
|
|
|
|
|
"fetch",
|
|
|
|
|
"origin",
|
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"checkout",
|
|
|
|
|
"-f",
|
|
|
|
|
"FETCH_HEAD"
|
|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"rev-parse",
|
|
|
|
|
"HEAD"
|
|
|
|
|
],
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"clean",
|
|
|
|
|
"-f",
|
|
|
|
|
"-d",
|
|
|
|
@ -62,7 +62,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"submodule",
|
|
|
|
|
"sync"
|
|
|
|
|
],
|
|
|
|
@ -71,7 +71,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"submodule",
|
|
|
|
|
"update",
|
|
|
|
|
"--init",
|
|
|
|
@ -82,7 +82,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"-c",
|
|
|
|
|
"foo=bar",
|
|
|
|
|
"count-objects",
|
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"config",
|
|
|
|
|
"--get",
|
|
|
|
|
"remote.origin.url"
|
|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"show",
|
|
|
|
|
"HEAD",
|
|
|
|
|
"--format=%at",
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"fetch",
|
|
|
|
|
"origin",
|
|
|
|
|
"--tags"
|
|
|
|
@ -130,7 +130,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -138,7 +138,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -146,7 +146,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"status"
|
|
|
|
|
],
|
|
|
|
|
"cwd": "[SLAVE_BUILD]\\src",
|
|
|
|
@ -154,7 +154,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"rebase",
|
|
|
|
|
"origin/master"
|
|
|
|
|
],
|
|
|
|
@ -163,7 +163,7 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"cmd": [
|
|
|
|
|
"RECIPE_PACKAGE[depot_tools]\\git.bat",
|
|
|
|
|
"[DEPOT_TOOLS]\\git.bat",
|
|
|
|
|
"bundle",
|
|
|
|
|
"create",
|
|
|
|
|
"[SLAVE_BUILD]\\all.bundle",
|
|
|
|
|