Author: breser
Date: Sat May 25 21:50:53 2013
New Revision: 1486370
URL: http://svn.apache.org/r1486370
Log:
* publish/docs/community-guide/releasing.part.html
(tarball-signing): GPG's short output option is -o not -f.
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1486370&r1=1486369&r2=1486370&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Sat May 25
21:50:53 2013
@@ -960,7 +960,7 @@ you should sign by creating
an armored detached signature using <a href="http://www.gnupg.org">gpg</a>.
To append your signature to a .asc file, use a command like:</p>
<pre>
- gpg -ba -f - subversion-1.7.0-rc4.tar.bz2 >>
subversion-1.7.0-rc4.tar.bz2.asc
+ gpg -ba -o - subversion-1.7.0-rc4.tar.bz2 >>
subversion-1.7.0-rc4.tar.bz2.asc
</pre>
The release.py script can automate this step:
<pre>