Author: buildbot
Date: Mon Aug 13 14:20:45 2018
New Revision: 1033903
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata2/release.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 13 14:20:45 2018
@@ -1 +1 @@
-1837955
+1837958
Modified: websites/staging/olingo/trunk/content/doc/odata2/release.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/release.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/release.html Mon Aug 13
14:20:45 2018
@@ -206,13 +206,13 @@ configured in the parent pom of the proj
<p>The Maven module <code>odata2-dist</code> is responsible to package
convenience distribution zip files
using the assembly plugin. The distributions are created with a release build
<code>mvn clean install -Papache-release
-Dgpg.passphrase="yourPassphraseHere"</code></p>
-<h5 id="md5-and-sha-for-distribution-packages">MD5 and SHA for distribution
packages<a class="headerlink" href="#md5-and-sha-for-distribution-packages"
title="Permanent link">¶</a></h5>
-<p>MD5 and SHA files are created manually for distribution packages:</p>
-<div class="codehilite"><pre>openssl md5 <span class="nt">< </span><span
class="cp">${</span><span class="n">filename</span><span
class="cp">}</span><span class="nt">.zip</span> <span class="nt">></span>
<span class="cp">${</span><span class="n">filename</span><span
class="cp">}</span>.zip.md5
-gpg --print-md SHA512 <span class="cp">${</span><span
class="n">filename</span><span class="cp">}</span>.zip > <span
class="cp">${</span><span class="n">filename</span><span
class="cp">}</span>.zip.sha512
+<h5 id="sha-for-distribution-packages">SHA for distribution packages<a
class="headerlink" href="#sha-for-distribution-packages" title="Permanent
link">¶</a></h5>
+<p>SHA files are created manually for distribution packages:</p>
+<div class="codehilite"><pre>gpg --print-md SHA512 <span
class="cp">${</span><span class="n">filename</span><span
class="cp">}</span>.zip > <span class="cp">${</span><span
class="n">filename</span><span class="cp">}</span>.zip.sha512
</pre></div>
+<p>DO NOT generate md5 files.</p>
<h5 id="release-tag">Release Tag<a class="headerlink" href="#release-tag"
title="Permanent link">¶</a></h5>
<p>A tag has to be created for every release candidate. The naming rule
for the tags is olingo-${version}-RCxx. This is created as