Skip to content
Snippets Groups Projects
Verified Commit eaeb5412 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

find-arch-on-crt.sh: remove no-op bugs-old exclude

parent df9b4d50
No related branches found
No related tags found
No related merge requests found
Pipeline #94316 passed
......@@ -26,7 +26,7 @@ prometheus_targets() {
| sed '/openpgpkey/ s|openpgpkey\.\(.*\)|&/.well-known/openpgpkey/\1/policy|' \
| sed '/repos\.arch/ s|$|/lastupdate|' \
| sed '/static\.conf/ s|$|/README.md|' \
| sed -r '/(geo|riscv)\.mirror|(bugs-old|coc|git|status)\.arch/d' \
| sed -r '/(geo|riscv)\.mirror|(coc|git|status)\.arch/d' \
| xargs -P8 -I{} sh -c 'curl -m 10 -sf -o /dev/null {} && echo " "- {}' \
| sort
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment