aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-19 16:13:39 -0300
committerEuAndreh <eu@euandre.org>2021-06-19 16:13:39 -0300
commit5753ff0aa77810957066cdc6a1ba24411ab01620 (patch)
treeb1242910791386b722c8b30f9072676a9c98ab1c
parentdependencies.dot: s/yoctoparsec/zeptoparsec/ (diff)
downloadpackage-repository-5753ff0aa77810957066cdc6a1ba24411ab01620.tar.gz
package-repository-5753ff0aa77810957066cdc6a1ba24411ab01620.tar.xz
aux/ci/report.sh: Update
-rwxr-xr-xaux/ci/report.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh
index 2b40f3e..e71e1ac 100755
--- a/aux/ci/report.sh
+++ b/aux/ci/report.sh
@@ -12,7 +12,10 @@ mkdir -p public/ci-logs public/ci-data
OUT="$(mktemp)"
chmod 644 "$OUT"
-git fetch origin refs/notes/*:refs/notes/* ||:
+git fetch origin refs/notes/ci-data:refs/notes/ci-data ||: &
+git fetch origin refs/notes/ci-logs:refs/notes/ci-logs ||: &
+git fetch origin refs/notes/commits:refs/notes/commits ||: &
+wait
for c in $(git notes list | cut -d\ -f2); do
DATA="$(git notes --ref=refs/notes/ci-data show "$c")"