Repository: incubator-hivemall-site
Updated Branches:
  refs/heads/asf-site 42b774b85 -> a193ef360


Fixed artifact verification scheme to follow ASF policy


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/commit/a193ef36
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/tree/a193ef36
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/diff/a193ef36

Branch: refs/heads/asf-site
Commit: a193ef360be9dac713cbe1a27a8e2ea7e2cf2341
Parents: 42b774b
Author: Makoto Yui <[email protected]>
Authored: Thu Nov 15 18:45:15 2018 +0900
Committer: Makoto Yui <[email protected]>
Committed: Thu Nov 15 18:45:15 2018 +0900

----------------------------------------------------------------------
 release-guide.html | 11 +++++------
 release-setup.html |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/blob/a193ef36/release-guide.html
----------------------------------------------------------------------
diff --git a/release-guide.html b/release-guide.html
index edfb8bb..1a428c9 100644
--- a/release-guide.html
+++ b/release-guide.html
@@ -84,9 +84,9 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2018-11-13<span 
class="divider">|</span>
+        <li id="publishDate">Last Published: 2018-11-15<span 
class="divider">|</span>
 </li>
-          <li id="projectVersion">Version: 0.5.1-incubating-SNAPSHOT</li>
+          <li id="projectVersion">Version: 0.5.2-incubating-SNAPSHOT</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -307,7 +307,7 @@ git push asf v${version}-rc${rc}
   
 <li>In the <tt>Staging Repositories</tt> tab there should be a line with 
profile <tt>org.apache.hivemall</tt></li>
   
-<li>Navigate through the artifact tree and make sure that all javadoc, 
sources, tests, and jars have .asc (GPG signature) and .md5 files. Refer <a 
class="externalLink" 
href="http://www.apache.org/dev/release-signing.html#verifying-signature";>the 
ASF page</a> for artifacts verification.</li>
+<li>Navigate through the artifact tree and make sure that all javadoc, 
sources, tests, and jars have .asc (GPG signature). Refer <a 
class="externalLink" 
href="http://www.apache.org/dev/release-signing.html#verifying-signature";>the 
ASF page</a> for artifacts verification.</li>
 </ul>
 
 <ol style="list-style-type: decimal">
@@ -329,8 +329,7 @@ git push asf v${version}-rc${rc}
 # Sign to the artifacts created by maven-shade-plugin
 for f in `ls hivemall-*-with-dependencies*.jar`; do
   gpg --armor --output ${f}.asc --detach-sig ${f}
-  md5sum ${f} | cut -f1 -d' ' &gt; ${f}.md5
-  sha1sum ${f} | cut -f1 -d' '  &gt; ${f}.sha1
+  shasum -a 512 ${f} | cut -f1 -d' '  &gt; ${f}.sha512
 done
 
 # Verify GPG sign
@@ -413,7 +412,7 @@ Links to various release artifacts are given below. Please 
review and cast your
        - Sources for the release:
          
https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip
          
https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip.asc
 (PGP Signature)
-         
https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip.md5
 (MD5 Hash)
+         
https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip.sha512
 (SHA512 Hash)
     - Git tag for the release:
       
https://git-wip-us.apache.org/repos/asf?p=incubator-hivemall.git;a=shortlog;h=refs/tags/v0.5.0-rc1
     - The Nexus Staging URL:

http://git-wip-us.apache.org/repos/asf/incubator-hivemall-site/blob/a193ef36/release-setup.html
----------------------------------------------------------------------
diff --git a/release-setup.html b/release-setup.html
index 3b0bd5c..8c114d1 100644
--- a/release-setup.html
+++ b/release-setup.html
@@ -84,9 +84,9 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2018-03-14<span 
class="divider">|</span>
+        <li id="publishDate">Last Published: 2018-11-15<span 
class="divider">|</span>
 </li>
-          <li id="projectVersion">Version: 0.5.1-incubating-SNAPSHOT</li>
+          <li id="projectVersion">Version: 0.5.2-incubating-SNAPSHOT</li>
         </ul>
       </div>
         <div id="bodyColumn" >
@@ -299,7 +299,7 @@ $ echo -e &quot;use-agent\nno-tty&quot; &gt;&gt; 
~/.gnupg/gpg.conf
                          </small>
                        </p>
         </div>
-        <p id="poweredBy" class="pull-right">  <a 
href="http://incubator.apache.org/projects/hivemall.html"; title="Apache 
Incubator" class="builtBy"><img class="builtBy"  alt="Apache Incubator" 
src="http://incubator.apache.org/images/egg-logo.png";    /></a>
+        <p id="poweredBy" class="pull-right">  <a 
href="http://incubator.apache.org/projects/hivemall.html"; title="Apache 
Incubator" class="builtBy"><img class="builtBy"  alt="Apache Incubator" 
src="images/apache-incubator-logo.png"    /></a>
   </p>
         </div>
     </footer>

Reply via email to