[java-mvn-enforcer-data] 03/05: Clarify instructions

Codeberg noreply at shibboleth.net
Mon Sep 7 15:34:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-mvn-enforcer-data.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer-data/commit/2be4a78ed1e5fc1b04d1d5bf1efebc9cd9e802a5

commit 2be4a78ed1e5fc1b04d1d5bf1efebc9cd9e802a5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Sep 7 13:44:35 2026 +0100

    Clarify instructions
---
 .../shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt   | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt
index 572578c..ad700a1 100644
--- a/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt
+++ b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt
@@ -1,2 +1,9 @@
 1) gpg --no-options --keyserver hkps://keys.openpgp.org  --no-default-keyring --keyserver-options no-honor-keyserver-url,import-clean,export-clean --refresh-keys --keyring  ./<GroupName>.gpg 
-2) gpg --no-options --keyserver keyserver.ubuntu.com  --no-default-keyring --keyserver-options no-honor-keyserver-url,import-clean,export-clean --refresh-keys --keyring  ./<GroupName>.gpg  
+2) gpg --no-options --keyserver keyserver.ubuntu.com  --no-default-keyring --keyserver-options no-honor-keyserver-url,import-clean,export-clean --refresh-keys --keyring  ./<GroupName>.gpg
+
+This apparabntly creates the "wrong sort" of store.   so
+
+1) Check he key server
+2) Check that we already have the signing key (-list-keys)
+3) download updated asc file and import
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list