@ -5,7 +5,7 @@
"-u" ,
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py" ,
"--path" ,
"[S LAVE_BUILD ]/src",
"[S TART_DIR ]/src",
"--url" ,
"https://chromium.googlesource.com/chromium/src.git"
] ,
@ -21,7 +21,7 @@
"[GIT_CACHE]" ,
"https://chromium.googlesource.com/chromium/src.git"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -37,7 +37,7 @@
"[GIT_CACHE]" ,
"https://chromium.googlesource.com/chromium/src.git"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -52,7 +52,7 @@
"origin" ,
"mirror_dir"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -67,7 +67,7 @@
"master" ,
"--recurse-submodules"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -80,7 +80,7 @@
"-f" ,
"FETCH_HEAD"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git checkout"
} ,
{
@ -89,7 +89,7 @@
"rev-parse" ,
"HEAD"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "read revision" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
@ -104,7 +104,7 @@
"-d" ,
"-x"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git clean"
} ,
{
@ -113,7 +113,7 @@
"submodule" ,
"sync"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "submodule sync"
} ,
{
@ -124,7 +124,7 @@
"--init" ,
"--recursive"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "submodule update"
} ,
{
@ -135,7 +135,7 @@
"count-objects" ,
"-v"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "count-objects" ,
"stdout" : "/path/to/tmp/"
} ,
@ -146,7 +146,7 @@
"--get" ,
"remote.origin.url"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git config remote.origin.url" ,
"stdout" : "/path/to/tmp/" ,
"~followup_annotations" : [
@ -161,7 +161,7 @@
"--format=%at" ,
"-s"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git show" ,
"stdout" : "/path/to/tmp/"
} ,
@ -172,7 +172,7 @@
"origin" ,
"--tags"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git fetch tags"
} ,
{
@ -180,7 +180,7 @@
"git" ,
"status"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git status"
} ,
{
@ -188,7 +188,7 @@
"git" ,
"status"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git status can_fail_build"
} ,
{
@ -196,7 +196,7 @@
"git" ,
"status"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git status cannot_fail_build"
} ,
{
@ -205,7 +205,7 @@
"new-branch" ,
"refactor"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -219,7 +219,7 @@
"--upstream" ,
"refactor"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"env" : {
"PATH" : "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
} ,
@ -231,7 +231,7 @@
"rebase" ,
"origin/master"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "my repo rebase"
} ,
{
@ -239,10 +239,10 @@
"git" ,
"bundle" ,
"create" ,
"[S LAVE_BUILD ]/all.bundle",
"[S TART_DIR ]/all.bundle",
"--all"
] ,
"cwd" : "[S LAVE_BUILD ]/src",
"cwd" : "[S TART_DIR ]/src",
"name" : "git bundle"
} ,
{