ci: split signed pacman databases by architecture
This commit is contained in:
parent
16ba8cfbf4
commit
c8c72ecbf2
2 changed files with 25 additions and 17 deletions
|
|
@ -1,13 +1,15 @@
|
|||
# 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 __LOCAL_GITEA_TOKEN__ in the
|
||||
# *installed* copy with the local-Gitea token. Do not commit that replacement.
|
||||
# This is a private, LAN-only archive. Replace __LOCAL_GITEA_TOKEN__ and
|
||||
# __ARCH__ in the *installed* copy with the local-Gitea token and the machine's
|
||||
# architecture (aarch64 on the phone, x86_64 on the laptop). Do not commit
|
||||
# those replacements.
|
||||
# Keep the installed file root-readable only (mode 0600).
|
||||
#
|
||||
# Bootstrap the archive key first:
|
||||
# pacman-key --add souveraine-archive-key.asc
|
||||
# pacman-key --lsign-key 3CD9E99E222C2A174986FC9AFF4949AA20C8E911
|
||||
[souveraine]
|
||||
[souveraine-__ARCH__]
|
||||
SigLevel = Required DatabaseRequired
|
||||
Server = http://__LOCAL_GITEA_TOKEN__@10.10.20.120:4455/Fimeg/souveraine/releases/download/edge
|
||||
|
|
|
|||
Loading…
Reference in a new issue