From 4503ab3190c1e9341e8fc02b5cef349be1ed72d5 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 20 May 2023 01:21:35 +0200 Subject: [PATCH] Update pacman.conf for repo migration Signed-off-by: Knut Ahlers --- scripts/pacman.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/scripts/pacman.conf b/scripts/pacman.conf index fcafeec..cf62948 100644 --- a/scripts/pacman.conf +++ b/scripts/pacman.conf @@ -68,7 +68,7 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] @@ -78,13 +78,10 @@ Include = /etc/pacman.d/mirrorlist #SigLevel = TrustAll Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, @@ -93,8 +90,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -[multilib] -Include = /etc/pacman.d/mirrorlist +#[multilib] +#Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.