You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2016/04/14 05:35:50 UTC

svn commit: r1739024 - /nifi/site/trunk/release-guide.html

Author: joewitt
Date: Thu Apr 14 03:35:50 2016
New Revision: 1739024

URL: http://svn.apache.org/viewvc?rev=1739024&view=rev
Log:
NIFI-1729

Modified:
    nifi/site/trunk/release-guide.html

Modified: nifi/site/trunk/release-guide.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/release-guide.html?rev=1739024&r1=1739023&r2=1739024&view=diff
==============================================================================
--- nifi/site/trunk/release-guide.html (original)
+++ nifi/site/trunk/release-guide.html Thu Apr 14 03:35:50 2016
@@ -245,7 +245,7 @@ Maven will then ask:</p>
 <pre><code>- https://dist.apache.org/repos/dist/dev/nifi-0.0.1/</code></pre>
 <p><br/>
 For each convenience binary</p>
-<pre><code>- Generate ascii armored detached signature by running `gpg -a -b nifi-0.0.1-bin.tar.gz`
+<pre><code>- Generate ascii armored detached signature by running `gpg -a -b --digest-algo=SHA512 nifi-0.0.1-bin.tar.gz`
 - Generate md5 hash summary by running `md5sum nifi-0.0.1-bin.tar.gz | awk &#39;{ printf substr($0,0,32)}&#39; &gt;  nifi-0.0.1-bin.tar.gz.md5`
 - Generate sha1 hash summary by running `sha1sum nifi-0.0.1-bin.tar.gz | awk &#39;{ printf substr($0,0,40)}&#39; &gt;  nifi-0.0.1-bin.tar.gz.sha1`
 - Upload the bin, asc, sha1, md5 for each binary convenience build to the same location as the source release</code></pre>