sys

git clone git://mattcarlson.org/repos/sys.git
Log | Files | Refs

commit 8d3bdc2849cef22ef5b287b9f360771de6f2a74f
parent 3e154e5a63c778c9d7cbc32550c1162b207fb853
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Fri, 14 Mar 2025 16:57:34 -0400

commented out discontinued repositories

Diffstat:
Metc/pacman.conf | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/etc/pacman.conf b/etc/pacman.conf @@ -33,8 +33,9 @@ Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist # [lib32] # Include = /etc/pacman.d/mirrorlist -[universe] -Server = https://universe.artixlinux.org/$arch +# As of September 2023 the Universe repository has been discontinued. Virtually all of its packages have been moved to the Galaxy repository. Repository universe must be removed from /etc/pacman.conf to prevent errors. +# [universe] +# Server = https://universe.artixlinux.org/$arch # [gremlins] # Include = /etc/pacman.d/mirrorlist # [galaxy-gremlins] @@ -53,8 +54,9 @@ Server = https://universe.artixlinux.org/$arch # Include = /etc/pacman.d/mirrorlist-arch [extra] Include = /etc/pacman.d/mirrorlist-arch -[community] -Include = /etc/pacman.d/mirrorlist-arch +# Around two years ago, we've merged the [community] repository into [extra] as part of the git migration. In order to not break user setups, we kept these repositories around in an unused and empty state. We're going to clean up these old repositories on 2025-03-01. +# [community] +# Include = /etc/pacman.d/mirrorlist-arch # [multilib] # Include = /etc/pacman.d/mirrorlist-arch # [testing]