Author: buildbot
Date: Tue Nov 10 15:23:12 2015
New Revision: 971999

Log:
Staging update by buildbot for felix

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

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 15:23:12 2015
@@ -1 +1 @@
-1713310
+1713666

Modified: 
websites/staging/felix/trunk/content/documentation/development/release-management-nexus.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/development/release-management-nexus.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/development/release-management-nexus.html
 Tue Nov 10 15:23:12 2015
@@ -374,10 +374,17 @@ Enjoy!
 
 <p>When gpg asks for e-mail linked the key you <em>MUST USE</em> the 
<committer>@apache.org one.
 When gpg asks for comment linked the key you <em>SHOULD USE</em> "CODE SIGNING 
KEY".</p>
-<p>Second, <em>Add the key to</em> 
(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
+<p>Second, <em>Add the key to</em> 
(https://dist.apache.org/repos/dist/release/felix/KEYS).</p>
+<p>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.</p>
+<p>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): </p>
 <div class="codehilite"><pre><span class="nv">$ </span><span 
class="o">(</span>gpg --list-sigs e-mail <span class="o">&amp;&amp;</span> gpg 
--export --armor e-mail<span class="o">)</span> &gt; toadd.key
-<span class="nv">$ </span>svn checkout 
https://dist.apache.org/repos/dist/release/felix felix-dist
+</pre></div>
+
+
+<p>Provide the file to a PMC member, who will:</p>
+<div class="codehilite"><pre><span class="nv">$ </span>svn checkout 
https://dist.apache.org/repos/dist/release/felix felix-dist
 <span class="nv">$ </span>cat toadd.key &gt;&gt; felix-dist/KEYS
 <span class="nv">$ </span>scn commit -m<span class="s2">&quot;KEYS += 
&lt;committer&gt;&quot;</span> felix-dist/KEYS
 </pre></div>
@@ -401,7 +408,7 @@ svn: MKACTIVITY of &#39;/repos/asf/!svn/
 
 <p>This is due to a bug in Subversion on the Mac, as described by Brett Porter 
in his 
[blog|http://blogs.exist.com/bporter/2008/02/25/working-around-non-interactive-problems-in-leopards-subversion/].
 He proposes putting an "svn" script at the head of your path to fix the 
issue.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1638125 by jawi on Tue, 11 Nov 2014 14:33:11 +0000
+        Rev. 1713666 by bimargulies on Tue, 10 Nov 2015 15:22:37 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to