diff --git a/misc/find-arch-on-crt.sh b/misc/find-arch-on-crt.sh index 2e345e236405e6322dc8e347e6395a1260dd543b..175fbafd17a9c53bef15f83e81abdae89087a4a3 100755 --- a/misc/find-arch-on-crt.sh +++ b/misc/find-arch-on-crt.sh @@ -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 }