Skip to content

Install keys using gpg instead of gpg-wks-client to avoid stripping sigs

Jonas Witschel requested to merge (removed):fix-signature-export into master

gpg-wks-client --install-key removes all signatures from the exported key. Since we rely on the master key signatures in pacman, we need to use gpg manually instead to preserve them.

Merge request reports