Skip to content

.gitlab/ci/build_releng.sh: get rid of the ephemeral PGP key

nl6720 requested to merge nl6720/releng:rm-gpg into master

Now that https://ipxe.archlinux.org/releng/netboot/archlinux.ipxe does not use the GPG based root file system image verification anymore ( https://github.com/archlinux/archweb/pull/436 ), there is no need to sign the root file system image with GPG.

OpenSSL CMS signing & verification still remains and it is a lot simpler to use.


See also https://github.com/pierres/archiso-manager/pull/17

Merge request reports