Author: bimargulies
Date: Tue Nov 10 15:22:37 2015
New Revision: 1713666
URL: http://svn.apache.org/viewvc?rev=1713666&view=rev
Log:
reflect tight access control on dist area.
Modified:
felix/site/trunk/content/documentation/development/release-management-nexus.mdtext
Modified:
felix/site/trunk/content/documentation/development/release-management-nexus.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/development/release-management-nexus.mdtext?rev=1713666&r1=1713665&r2=1713666&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/development/release-management-nexus.mdtext
(original)
+++
felix/site/trunk/content/documentation/development/release-management-nexus.mdtext
Tue Nov 10 15:22:37 2015
@@ -306,11 +306,20 @@ If you are using a *nix system with a wo
When gpg asks for e-mail linked the key you *MUST USE* the
<committer>@apache.org one.
When gpg asks for comment linked the key you *SHOULD USE* "CODE SIGNING KEY".
-Second, *Add the key to*
(https://dist.apache.org/repos/dist/release/felix/KEYS): type the following
command replacing the word e-mail with your Apache's one
(<committer>@apache.org). To update you have to checkout the Felix
+Second, *Add the key to*
(https://dist.apache.org/repos/dist/release/felix/KEYS).
+
+Only PMC members can commit to files in the dist area, so you should do the
key export in the
+shell commands below, and send the results along to a friendly PMC member for
assistance.
+
+Type the following command replacing the word e-mail with your Apache's one
(<committer>@apache.org). To update you have to checkout the Felix
dist release repository (you also need this to publish a release):
:::bash
$ (gpg --list-sigs e-mail && gpg --export --armor e-mail) > toadd.key
+
+Provide the file to a PMC member, who will:
+
+ :::bash
$ svn checkout https://dist.apache.org/repos/dist/release/felix felix-dist
$ cat toadd.key >> felix-dist/KEYS
$ scn commit -m"KEYS += <committer>" felix-dist/KEYS