Author: dashorst
Date: Tue Sep 25 14:44:38 2012
New Revision: 1389890

URL: http://svn.apache.org/viewvc?rev=1389890&view=rev
Log:
Fix for invalid instructions while building a release

Modified:
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/contribute/release.html
    wicket/common/site/trunk/contribute/release.md

Modified: wicket/common/site/trunk/_site/atom.xml
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1389890&r1=1389889&r2=1389890&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Tue Sep 25 14:44:38 2012
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml"; rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2012-09-10T11:02:23+02:00</updated>
+ <updated>2012-09-25T16:39:58+02:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>

Modified: wicket/common/site/trunk/_site/contribute/release.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/contribute/release.html?rev=1389890&r1=1389889&r2=1389890&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/contribute/release.html (original)
+++ wicket/common/site/trunk/_site/contribute/release.html Tue Sep 25 14:44:38 
2012
@@ -258,12 +258,14 @@
 </code></pre>
 </div>
 <ul>
-<li><strong>NOTE</strong> the trailing &#8217;/&#8217; after 
&#8211;prefix=NEWVERSION is vital for the tarball</li>
+<li><strong>NOTE 1</strong> the trailing &#8217;/&#8217; after 
&#8211;prefix=NEWVERSION is vital for the tarball</li>
+
+<li><strong>NOTE 2</strong> you can ignore the gpg generated messages telling 
&#8216;You need a passphrase to unlock the secret key for&#8217;, unless an 
error occurred&#8212;these messages are not error messages</li>
 
 <li>Sign the packages, the git tag and create the digests:</li>
 </ul>
-<div class='highlight'><pre><code class='console'><span class='go'>gpg --armor 
--detached-sig --use-agent --sign apache-wicket-$NEWVERSION.tar.gz</span>
-<span class='go'>gpg --armor --detached-sig --use-agent --sign 
apache-wicket-$NEWVERSION.zip</span>
+<div class='highlight'><pre><code class='console'><span class='go'>gpg --armor 
--detach-sign --use-agent --sign apache-wicket-$NEWVERSION.tar.gz</span>
+<span class='go'>gpg --armor --detach-sign --use-agent --sign 
apache-wicket-$NEWVERSION.zip</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION.tar.gz &gt; 
apache-wicket-$NEWVERSION.tar.gz.sha</span>
 <span class='go'>gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz &gt; 
apache-wicket-$NEWVERSION.tar.gz.md5</span>
 <span class='go'>gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip &gt; 
apache-wicket-$NEWVERSION.zip.sha</span>

Modified: wicket/common/site/trunk/contribute/release.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/contribute/release.md?rev=1389890&r1=1389889&r2=1389890&view=diff
==============================================================================
--- wicket/common/site/trunk/contribute/release.md (original)
+++ wicket/common/site/trunk/contribute/release.md Tue Sep 25 14:44:38 2012
@@ -84,13 +84,14 @@ git archive --format=tar.gz --prefix=apa
 git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o 
apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION
 {% endhighlight %}
 
-* **NOTE** the trailing '/' after --prefix=NEWVERSION is vital for the tarball
+* **NOTE 1** the trailing '/' after --prefix=NEWVERSION is vital for the 
tarball
+* **NOTE 2** you can ignore the gpg generated messages telling 'You need a 
passphrase to unlock the secret key for', unless an error occurred&mdash;these 
messages are not error messages
 * Sign the packages, the git tag and create the digests:
 
 
 {% highlight console %}
-gpg --armor --detached-sig --use-agent --sign apache-wicket-$NEWVERSION.tar.gz
-gpg --armor --detached-sig --use-agent --sign apache-wicket-$NEWVERSION.zip
+gpg --armor --detach-sign --use-agent --sign apache-wicket-$NEWVERSION.tar.gz
+gpg --armor --detach-sign --use-agent --sign apache-wicket-$NEWVERSION.zip
 gpg --print-md SHA1 apache-wicket-$NEWVERSION.tar.gz > 
apache-wicket-$NEWVERSION.tar.gz.sha
 gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz > 
apache-wicket-$NEWVERSION.tar.gz.md5
 gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip > 
apache-wicket-$NEWVERSION.zip.sha


Reply via email to