summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:14:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 15:14:01 +0000
commit7e3da0fcab6c31ce760220eb7b3f26bf368b2d6a (patch)
tree5d2b9cb3d6e116ed0e56c116649e9629573cfe84 /Makefile
parentRenaming apt.progress-linux.org PGP keyring to deb.progress-linux.org for con... (diff)
downloadprogress-linux-7e3da0fcab6c31ce760220eb7b3f26bf368b2d6a.tar.xz
progress-linux-7e3da0fcab6c31ce760220eb7b3f26bf368b2d6a.zip
Also using debian-maintainers keyring for signature verification instead of the debian-developers keyring only.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca646fd..aafc3bb 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ test-pgp: pgp-keys/*/*.sig
for SIG in $$(ls pgp-keys/*/*.sig); \
do \
echo "Verifying $${SIG}..."; \
- gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --verify $${SIG}; \
+ gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --keyring /usr/share/keyrings/debian-maintainers.gpg --verify $${SIG}; \
done
test-ssh: ssh-keys/*/*.sig
@@ -83,7 +83,7 @@ test-ssh: ssh-keys/*/*.sig
for SIG in $$(ls ssh-keys/*/*.sig); \
do \
echo "Verifying $${SIG}..."; \
- gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --verify $${SIG}; \
+ gpg --no-default-keyring --keyring /usr/share/keyrings/debian-keyring.gpg --keyring /usr/share/keyrings/debian-maintainers.gpg --verify $${SIG}; \
done
install: install-doc install-man install-pgp install-ssh