]> git.proxmox.com Git - pve-manager.git/blame - aplinfo/Makefile
aplinfo: use sequioa for key ring generation
[pve-manager.git] / aplinfo / Makefile
CommitLineData
beb651ee
DM
1
2DOCDIR=/usr/share/doc/pve-manager/
3
d16531e3 4TRUSTED_KEYS= \
8d99bc45 5 proxmox-release-6.x.pubkey \
c01096fb 6 proxmox-release-bullseye.pubkey \
d16531e3
DM
7 release@turnkeylinux.com.pubkey
8
beb651ee
DM
9all:
10
11.PHONY: install
868801cb 12install: aplinfo.dat trustedkeys.gpg
beb651ee 13 install -D -m 0644 aplinfo.dat ${DESTDIR}${DOCDIR}/aplinfo.dat
868801cb 14 install -D -m 0644 trustedkeys.gpg ${DESTDIR}${DOCDIR}/trustedkeys.gpg
beb651ee 15
68097d8c
DM
16.PHONY: update
17update:
18 rm -f aplinfo.dat
13856b95 19 wget http://download.proxmox.com/images/aplinfo-pve-7.dat -O aplinfo.dat.tmp
68097d8c
DM
20 mv aplinfo.dat.tmp aplinfo.dat
21
00ea2e4b
TL
22trustedkeys.gpg: ${TRUSTED_KEYS}
23 sq keyring join -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
24 mv $@.tmp $@
868801cb 25
beb651ee
DM
26.PHONY: clean
27clean:
00ea2e4b 28 rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc trustedkeys.gpg