From 34642f7f059d6ef9464b7ded06d91b499c86986e Mon Sep 17 00:00:00 2001 From: Kristian Klausen <kristian@klausen.dk> Date: Sun, 17 Nov 2024 19:19:27 +0100 Subject: [PATCH] Remove GitLab Pages for alpm-types alpm-buildinfo and alpm-types have been consolidated into the alpm project[1], for which GitLab Pages was recently configured[2][3]. Requested by @dvzrv. [1] https://gitlab.archlinux.org/archlinux/alpm/alpm [2] https://gitlab.archlinux.org/archlinux/alpm/alpm/-/issues/32 [3] 3d54b56c ("Add GitLab Pages for alpm") --- roles/prometheus/defaults/main.yml | 1 - tf-stage1/archlinux.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yml index c85d59e1a..30eebe01e 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yml @@ -30,7 +30,6 @@ blackbox_targets: # regenerate the list below with: ./misc/find-arch-on-crt.sh targets - https://accounts.archlinux.org - https://alpm.archlinux.page/alpm_buildinfo/ - - https://alpm-types.archlinux.page/alpm_types/ - https://america.archive.pkgbuild.com - https://america.mirror.pkgbuild.com - https://archinstall.archlinux.page diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 23f0816ae..251c9f62b 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -192,7 +192,6 @@ locals { "repod" = "f2d1ad84f7e9f22cd881d3bef58263e0" "rfc" = "b457db2ce4ac4e162d2f4435f1fe1f39" "monthly-reports" = "a2d60657e960b480cdb229df7cc7edf3" - "alpm-types" = "610659aa8df9c0d8e4b1b7bb905ea2e3" "pacman" = "3c5fb9413c1d66dac516a08277575662" "alpm" = "363d06e0957fbfd22403e4dd992afc48" } -- GitLab