Use Forgejo-prescribed pacman section name for the Arch registry

Forgejo serves the repo db as {owner}.{group}.{domain}.db, and pacman
fetches "<section>.db" from Server — so the section name must match.
This commit is contained in:
Breadway 2026-06-13 16:03:55 +08:00
parent 267f6df523
commit 11e27a0723

View file

@ -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 "<section>.db" from Server.
[Breadway.os.git.breadway.dev]
SigLevel = Optional TrustAll
Server = https://git.breadway.dev/api/packages/Breadway/arch/os/$arch