mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 21:46:51 +00:00
aplinfo: use sequioa for key ring generation
The sq CLI tool's UX is such a fresh breath of air compared to gpg... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4a8501a8b7
commit
00ea2e4b6e
@ -19,12 +19,10 @@ update:
|
|||||||
wget http://download.proxmox.com/images/aplinfo-pve-7.dat -O aplinfo.dat.tmp
|
wget http://download.proxmox.com/images/aplinfo-pve-7.dat -O aplinfo.dat.tmp
|
||||||
mv aplinfo.dat.tmp aplinfo.dat
|
mv aplinfo.dat.tmp aplinfo.dat
|
||||||
|
|
||||||
%.gpg: %.pubkey
|
trustedkeys.gpg: ${TRUSTED_KEYS}
|
||||||
gpg --dearmor -o $@ $<
|
sq keyring join -o $@.tmp *.pubkey proxmox-release-bookworm.gpg
|
||||||
|
mv $@.tmp $@
|
||||||
trustedkeys.gpg: ${TRUSTED_KEYS:.pubkey=.gpg}
|
|
||||||
cat $^ > $@
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc tempgpg *.gpg
|
rm -rf *~ aplinfo.dat.gz aplinfo.dat.asc trustedkeys.gpg
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 12~),
|
|||||||
pve-doc-generator (>= 7.2-3),
|
pve-doc-generator (>= 7.2-3),
|
||||||
pve-eslint (>= 7.28.0-1),
|
pve-eslint (>= 7.28.0-1),
|
||||||
qemu-server (>= 6.0-15),
|
qemu-server (>= 6.0-15),
|
||||||
|
sq,
|
||||||
unzip,
|
unzip,
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user