From fcf40bb960f002a66e27392387a536b6933cbebe Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 3 Mar 2025 21:25:34 +0100 Subject: [PATCH] tests: arch: remove deprecated repositories The community repositories were merged into extra around to years ago. Recently the database files got cleaned up on the mirrors, causing errors in CI. Adjust pacman.conf to remove these deprecated repositories See https://archlinux.org/news/cleaning-up-old-repositories/ for more details --- tests/arch/pacman.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/arch/pacman.conf b/tests/arch/pacman.conf index 15cff0f..92b320c 100644 --- a/tests/arch/pacman.conf +++ b/tests/arch/pacman.conf @@ -78,12 +78,6 @@ Include = /etc/pacman.d/mirrorlist [extra] Include = /etc/pacman.d/mirrorlist -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here.