You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/08/31 10:33:58 UTC

[sling-site] branch master updated: Remove details about public key servers, point to infra page

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d8128b  Remove details about public key servers, point to infra page
8d8128b is described below

commit 8d8128bbfa50c565b82ceddbb607bde88d798d64
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Aug 31 12:33:47 2021 +0200

    Remove details about public key servers, point to infra page
---
 .../documentation/development/release-management.md | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md
index 3be21ba..5f1d4a4 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -402,26 +402,7 @@ Assuming you are using a \*nix system with a working OpenSSH, GnuPG, and bash yo
 
     When gpg asks for e-mail linked the key you *MUST USE* the &lt;committer&gt;@apache.org one. When gpg asks for comment linked the key you *SHOULD USE* "CODE SIGNING KEY"
 
-1. You also have to add your public key either on `pool.sks-keyservers.net` or `pgp.mit.edu` (for the staging repository). To do so you can follow these steps:
-    1. Extract the key id from all the secret keys stored in the system:
-
-            $ gpg --list-secret-keys.
-        
-        The output is something like this
-       
-            gpg --list-secret-keys
-            /Users/konradwindszus/.gnupg/secring.gpg
-            ----------------------------------------
-
-            sec   2048R/455ECC7C 2016-01-21
-            uid                  Konrad Windszus <kw...@apache.org>
-            ssb   2048R/226BCE00 2016-01-21
-       
-        The key id in this case is `455ECC7C`.
-       
-    1. Send the key towards e.g. `pool.sks-keyservers.net` via
-    
-            $ gpg --keyserver pool.sks-keyservers.net --send-key <key-id>
+1. It's also good to upload your key to a public key server, see the [https://infra.apache.org/release-signing.html](ASF release signing page) for more info.
 
 1. Add the key to [https://people.apache.org/keys/group/sling.asc](https://people.apache.org/keys/group/sling.asc)