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:
parent
267f6df523
commit
11e27a0723
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