blob: 7168a20e0dddbec8ba3c6e2b63bd72e86926790a [file] [log] [blame]
[
{
"cmd": [
"RECIPE_MODULE[pigweed::repo]/resources/repo",
"init",
"--manifest-url",
"https://foo.googlesource.com",
"--groups",
"all",
"--manifest-branch",
"main"
],
"infra_step": true,
"name": "repo init",
"timeout": 15,
"~followup_annotations": [
"@@@STEP_EXCEPTION@@@"
]
},
{
"cmd": [
"RECIPE_MODULE[pigweed::repo]/resources/repo",
"init",
"--manifest-url",
"https://foo.googlesource.com",
"--groups",
"all",
"--manifest-branch",
"main"
],
"infra_step": true,
"name": "repo init (2)",
"timeout": 15,
"~followup_annotations": [
"@@@STEP_EXCEPTION@@@"
]
},
{
"cmd": [
"RECIPE_MODULE[pigweed::repo]/resources/repo",
"init",
"--manifest-url",
"https://foo.googlesource.com",
"--groups",
"all",
"--manifest-branch",
"main"
],
"infra_step": true,
"name": "repo init (3)",
"timeout": 15
},
{
"cmd": [
"find",
".repo/",
"-type",
"f",
"-name",
"*.lock",
"-print",
"-delete"
],
"infra_step": true,
"name": "clear repo locks"
},
{
"cmd": [
"RECIPE_MODULE[pigweed::repo]/resources/repo",
"forall",
"--ignore-missing",
"-j",
"32",
"-c",
"find",
".git/",
"-type",
"f",
"-name",
"*.lock",
"-print",
"-delete"
],
"infra_step": true,
"name": "clear git locks"
},
{
"name": "$result"
}
]