Skip to content

Commit 1637dc3

Browse files
committed
Update configs/{baseline,releng}/pacman.conf
Update pacman.conf to match the one shipped with pacman 6.0.2-7. The community repository is gone. See https://archlinux.org/news/git-migration-completed/
1 parent dee0da6 commit 1637dc3

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Changed
2020
- Increase EROFS compression for the baseline profile by using an extreme LZMA compression level and enabling the
2121
experimental compressed fragments and data deduplication features.
2222
- Identify the ISO volume via a UUID instead of a file system label in all boot loader configuration files.
23+
- Update ``pacman.conf`` to match the one shipped with pacman 6.0.2-7 which removes the community repository.
2324

2425
Deprecated
2526
----------

configs/baseline/pacman.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,16 @@ LocalFileSigLevel = Optional
7070
# repo name header and Include lines. You can add preferred servers immediately
7171
# after the header, and they will be used before the default mirrors.
7272

73-
#[testing]
73+
#[core-testing]
7474
#Include = /etc/pacman.d/mirrorlist
7575

7676
[core]
7777
Include = /etc/pacman.d/mirrorlist
7878

79-
[extra]
80-
Include = /etc/pacman.d/mirrorlist
81-
82-
#[community-testing]
79+
#[extra-testing]
8380
#Include = /etc/pacman.d/mirrorlist
8481

85-
[community]
82+
[extra]
8683
Include = /etc/pacman.d/mirrorlist
8784

8885
# If you want to run 32 bit applications on your x86_64 system,

configs/releng/pacman.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,16 @@ LocalFileSigLevel = Optional
7070
# repo name header and Include lines. You can add preferred servers immediately
7171
# after the header, and they will be used before the default mirrors.
7272

73-
#[testing]
73+
#[core-testing]
7474
#Include = /etc/pacman.d/mirrorlist
7575

7676
[core]
7777
Include = /etc/pacman.d/mirrorlist
7878

79-
[extra]
80-
Include = /etc/pacman.d/mirrorlist
81-
82-
#[community-testing]
79+
#[extra-testing]
8380
#Include = /etc/pacman.d/mirrorlist
8481

85-
[community]
82+
[extra]
8683
Include = /etc/pacman.d/mirrorlist
8784

8885
# If you want to run 32 bit applications on your x86_64 system,

0 commit comments

Comments
 (0)