You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by bu...@apache.org on 2013/01/24 21:49:26 UTC

svn commit: r847833 - in /websites/staging/airavata/trunk/content: ./ development/release-management.html

Author: buildbot
Date: Thu Jan 24 20:49:26 2013
New Revision: 847833

Log:
Staging update by buildbot for airavata

Modified:
    websites/staging/airavata/trunk/content/   (props changed)
    websites/staging/airavata/trunk/content/development/release-management.html

Propchange: websites/staging/airavata/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 24 20:49:26 2013
@@ -1 +1 @@
-1416055
+1438181

Modified: websites/staging/airavata/trunk/content/development/release-management.html
==============================================================================
--- websites/staging/airavata/trunk/content/development/release-management.html (original)
+++ websites/staging/airavata/trunk/content/development/release-management.html Thu Jan 24 20:49:26 2013
@@ -109,6 +109,13 @@ The popular software used Open Pretty Go
 <li>Have your key signed by atleast three apache commiters, <a href="http://www.apache.org/dev/release-signing.html#key-signing-party">key signing</a> and <a href="http://people.apache.org/~henkp/trust/">Henk Penning</a> websites provide instructions.</li>
 <li>Add the signed public key to the KEYS file on <a href="https://dist.apache.org/repos/dist/release/airavata/">Airavata Dist SVN</a>.</li>
 </ul>
+<p>For reference, the steps to sign a key:</p>
+<ul>
+<li>The person whom you know in person provides you his key, usually this happens at key signing party where you can verify each others ID's. </li>
+<li>Fetch the key <code>gpg --keyserver &lt;keyserver&gt; --recv-keys &lt;Key_ID&gt;</code> an example key server is pgp.mit.edu</li>
+<li>Sign the key <code>gpg --sign-key &lt;Key_ID&gt;</code></li>
+<li>Upload the key back to the server <code>gpg --keyserver &lt;keyserver&gt; --send-key &lt;Key_ID&gt;</code></li>
+</ul>
 <p><a name="maven-nexus-setup"></a></p>
 <h4 id="maven-configuration-nexus-setup">Maven Configuration &amp; Nexus Setup</h4>
 <ul>