From eaeb54129a21f83444f4b3a790d853e0aea3d570 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutras.com>
Date: Sun, 17 Mar 2024 01:02:47 +0200
Subject: [PATCH] find-arch-on-crt.sh: remove no-op bugs-old exclude

---
 misc/find-arch-on-crt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/find-arch-on-crt.sh b/misc/find-arch-on-crt.sh
index 2e345e236..175fbafd1 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
 }
-- 
GitLab