You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2018/08/13 13:58:46 UTC

svn commit: r1033898 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/release.html

Author: buildbot
Date: Mon Aug 13 13:58:46 2018
New Revision: 1033898

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/release.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 13 13:58:46 2018
@@ -1 +1 @@
-1817359
+1837951

Modified: websites/staging/olingo/trunk/content/doc/odata4/release.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/release.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/release.html Mon Aug 13 13:58:46 2018
@@ -193,13 +193,13 @@ configured in the parent pom of the proj
 
 <p>The Maven module <code>odata-dist</code> (in project sub-folder <code>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">&para;</a></h5>
-<p>MD5 and SHA files are created manually for distribution packages:</p>
-<div class="codehilite"><pre>openssl md5 <span class="nt">&lt; </span><span class="cp">${</span><span class="n">filename</span><span class="cp">}</span><span class="nt">.zip</span> <span class="nt">&gt;</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 &gt; <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">&para;</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 &gt; <span class="cp">${</span><span class="n">filename</span><span class="cp">}</span>.zip.sha512
 </pre></div>
 
 
+<p>DO NOT create md5 files</p>
 <h5 id="release-tag">Release Tag<a class="headerlink" href="#release-tag" title="Permanent link">&para;</a></h5>
 <p>A tag has to be created for every release candidate. The naming rule
 for the tags is <code>${version}-RCxx</code>. This is created as