From 11e27a072354dc2376146a9a877e39658c065dd3 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sat, 13 Jun 2026 16:03:55 +0800 Subject: [PATCH] Use Forgejo-prescribed pacman section name for the Arch registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forgejo serves the repo db as {owner}.{group}.{domain}.db, and pacman fetches "
.db" from Server — so the section name must match. --- iso/pacman.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index 8ec5fd6..6863265 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -36,6 +36,8 @@ Include = /etc/pacman.d/mirrorlist # TODO: packages are currently unsigned (TrustAll). For production, sign # them in CI with a GPG key and switch to SigLevel = Required. # ----------------------------------------------------------------------- -[breadway] +# The section name must match Forgejo's served db filename +# ({owner}.{group}.{domain}.db) — pacman fetches "
.db" from Server. +[Breadway.os.git.breadway.dev] SigLevel = Optional TrustAll Server = https://git.breadway.dev/api/packages/Breadway/arch/os/$arch