]> git.proxmox.com Git - pve-kernel-jessie.git/commit
install release keys in a saner way
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Feb 2017 09:24:25 +0000 (10:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Feb 2017 10:06:17 +0000 (11:06 +0100)
commit9eeead76333efe9ff40d3911a4ca9abe50aef54c
treedc37432f66791d3b28c2294c0cfcf3b527a6fad1
parentf0fefa818c58fccc1eabecebbd65276bfa7a0843
install release keys in a saner way

apt actually expects single exported keys in the trusted
directory, not keyrings. recent gpg2 versions (like that in
Debian Stretch) switch to a different default keyring format
which apt does not handle at all, so the old hack will break
soon.

by changing the key format in this repository from armored
exported public key to binary exported public key, which
both apt in Debian Jessie and apt in Debian Stretch
understand, we can just install those two files directly
in the trusted dir.

bonus: the package content does not change based on gpg
version or configuration anymore.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
CC: dietmar@proxmox.com
CC: w.bumiller@proxmox.com
Makefile
proxmox-ve/postinst
proxmox-ve/proxmox-release-4.x.pubkey
proxmox-ve/proxmox-release-5.x.pubkey