Use Forgejo-prescribed pacman section name for the Arch registry
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s
Forgejo serves the repo db as {owner}.{group}.{domain}.db, and pacman
fetches "<section>.db" from Server — so the section name must match.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
769b6283e0
commit
a2973b91eb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue