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

kwin 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 9458315  SLING-9173 add steps to update the keys file in dist
     new a11ca10  Merge branch 'master' of [email protected]:apache/sling-site.git
9458315 is described below

commit 9458315d4671a02a0297f05123f2f4501375be09
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Oct 19 12:43:43 2020 +0200

    SLING-9173 add steps to update the keys file in dist
---
 .../content/documentation/development/release-management.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/development/release-management.md 
b/src/main/jbake/content/documentation/development/release-management.md
index eb8cb86..330c438 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -385,7 +385,7 @@ Once the release has passed, the following must be done:
 1. update the news page and the download pages
 1. update the Eclipse Marketplace listing
 
-## Appendix A: Create and Add your key to people.apache.org
+## Appendix A: Create and Add your key to people.apache.org and 
https://downloads.apache.org/sling/KEYS
 
 Considering that you are using a \*nix system with a working OpenSSH, GnuPG, 
and bash you can create and add your own key with the following commands:
 
@@ -428,6 +428,17 @@ Considering that you are using a \*nix system with a 
working OpenSSH, GnuPG, and
     
             $ gpg --keyserver pool.sks-keyservers.net --send-key <key-id>
         
+1. Now add your public key to <https://downloads.apache.org/sling/KEYS> by 
adding it via SVN to <https://dist.apache.org/repos/dist/release/sling/KEYS>, 
e.g. via 
+
+        $ svn checkout https://dist.apache.org/repos/dist/release/sling/ sling 
--depth empty
+        $ cd sling
+        $ svn up KEYS
+
+   Then edit the `KEYS` file with your favourite editor and afterwards
+   
+        $ svn commit -m "my key added" KEYS
+
+
 ## Appendix B: Deploy Maven plugin documentation (if applicable)
 
 When releasing a Maven plugin, the Maven-generated documentation published 
under 
[http://sling.apache.org/components/](http://sling.apache.org/components/) needs

Reply via email to