summaryrefslogtreecommitdiff
path: root/tcwg-report-orphan-rr-branches.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-04-09 19:03:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-04-09 19:06:58 +0000
commit4b3f91861b3647b62436e07447fff0a46cf797c6 (patch)
tree951c06ab8c3aa1ba3d5a9e12cc2b08f8b672b58f /tcwg-report-orphan-rr-branches.sh
parent68c1980e0ec6a57484a21b2767f7723d934464cf (diff)
tcwg-report-stale-rr-jobs.sh: Add tracking of all toolchain/ci repos
... not just base-artifacts.git. Tracking all repos will notify us when we need to switch to newer release branches, or when failure happens only for a particular component of a round-robin job. Change-Id: Id3a2f3f8f08134b8b0549ca090465f0ddf54d132
Diffstat (limited to 'tcwg-report-orphan-rr-branches.sh')
-rwxr-xr-xtcwg-report-orphan-rr-branches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-report-orphan-rr-branches.sh b/tcwg-report-orphan-rr-branches.sh
index 2522fe46..2130344d 100755
--- a/tcwg-report-orphan-rr-branches.sh
+++ b/tcwg-report-orphan-rr-branches.sh
@@ -24,7 +24,7 @@ scripts=$(dirname "$0")
convert_args_to_variables "$@"
-repos+=("${repos[@]-default}")
+repos=("${repos[@]-default}")
refs_prefix="${refs_prefix-refs/heads/linaro-local/ci/}"
refs_url="${refs_url-https://git.linaro.org/toolchain/ci/base-artifacts}"
verbose="${verbose-false}"