19 lines
981 B
Text
19 lines
981 B
Text
# Install a local copy of this file as /etc/pacman.d/souveraine-edge.conf, then
|
|
# add `Include = /etc/pacman.d/souveraine-edge.conf` to /etc/pacman.conf.
|
|
#
|
|
# This is a private, LAN-only archive. Replace __ARCH__ in the *installed*
|
|
# copy with the machine's architecture (aarch64 on the phone, x86_64 on the
|
|
# laptop).
|
|
#
|
|
# Pacman intentionally does not forward credentials embedded in Server URLs.
|
|
# Install `souveraine-pacman-fetch` as /usr/local/libexec/souveraine-pacman-fetch,
|
|
# add it as XferCommand under [options] in /etc/pacman.conf, and create
|
|
# /etc/pacman.d/souveraine-gitea.netrc (root:alpm, 0640) with the local-Gitea
|
|
# token. The wrapper uses that credential only for 10.10.20.120.
|
|
#
|
|
# Bootstrap the archive key first:
|
|
# pacman-key --add souveraine-archive-key.asc
|
|
# pacman-key --lsign-key 3CD9E99E222C2A174986FC9AFF4949AA20C8E911
|
|
[souveraine-__ARCH__]
|
|
SigLevel = Required DatabaseRequired
|
|
Server = http://10.10.20.120:4455/Fimeg/souveraine/releases/download/edge
|