]> git.proxmox.com Git - pve-manager.git/commit - aplinfo/Makefile
aplinfo: see trusted keys as build product, always assembly
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Oct 2019 09:05:36 +0000 (11:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Oct 2019 07:55:47 +0000 (08:55 +0100)
commit6976163d1bfe7d49f06f5ffa8432e48e50108795
tree6bc3d5a12a8941f231176c2d5e9a1d254856497b
parentd20469e93b309351e1753d31347ef1be66c4433b
aplinfo: see trusted keys as build product, always assembly

Don't track the binary trustedkeys.gpg but see it just as normal
build product with the armored keys as source.

This ensures we always ship those from TRUSTED_KEYS variable, not
more, not less.

Instead of the "gpg import+export in temporary home dir" just
de-armor and concatenate them our self, that's what happens anyway.

This could be even simplified by just using base64 -d on the pubkeys,
after the non base64 stuff was trimmed, that would omit our need for
gpg here completely.

Thanks to Wolfgang B. for giving the idea to just do simple stuff :)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
aplinfo/Makefile
aplinfo/trustedkeys.gpg [deleted file]