]> git.proxmox.com Git - pve-manager.git/blob - aplinfo/Makefile
guest import: validate that selected VMID does not exist yet
[pve-manager.git] / aplinfo / Makefile
1
2 DOCDIR=/usr/share/doc/pve-manager/
3
4 TRUSTED_KEYS= \
5 proxmox-release-6.x.pubkey \
6 proxmox-release-bullseye.pubkey \
7 proxmox-release-bookworm.gpg \
8 release@turnkeylinux.com.pubkey
9
10 all:
11
12 .PHONY: install
13 install: aplinfo.dat trustedkeys.gpg
14 install -D -m 0644 aplinfo.dat $(DESTDIR)$(DOCDIR)/aplinfo.dat
15 install -D -m 0644 trustedkeys.gpg $(DESTDIR)$(DOCDIR)/trustedkeys.gpg
16
17 .PHONY: update
18 update:
19 rm -f aplinfo.dat
20 wget http://download.proxmox.com/images/aplinfo-pve-8.dat -O aplinfo.dat.tmp
21 mv aplinfo.dat.tmp aplinfo.dat
22
23 trustedkeys.gpg: $(TRUSTED_KEYS)
24 sq keyring join --binary -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
25 mv $@.tmp $@
26
27 .PHONY: clean
28 clean:
29 rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc trustedkeys.gpg