You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2017/09/04 14:55:25 UTC

calcite git commit: [CALCITE-1972] Create .sha512 and .md5 digests for release artifacts

Repository: calcite
Updated Branches:
  refs/heads/master 35209136c -> f10950b58


[CALCITE-1972] Create .sha512 and .md5 digests for release artifacts


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/f10950b5
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/f10950b5
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/f10950b5

Branch: refs/heads/master
Commit: f10950b58b66954eadc7c275e9549fb9dcc02864
Parents: 3520913
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Thu Aug 31 05:01:10 2017 -0400
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Mon Sep 4 10:54:48 2017 -0400

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 site/_docs/howto.md     | 7 -------
 site/downloads/index.md | 4 ++--
 3 files changed, 3 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/f10950b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb83c87..46e4dd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,7 +914,7 @@ limitations under the License.
             <configuration>
               <algorithms>
                 <algorithm>MD5</algorithm>
-                <algorithm>SHA-1</algorithm>
+                <algorithm>SHA-256</algorithm>
               </algorithms>
               <failOnError>false</failOnError>
             </configuration>

http://git-wip-us.apache.org/repos/asf/calcite/blob/f10950b5/site/_docs/howto.md
----------------------------------------------------------------------
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 8a5617d..bf6682e 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -556,13 +556,6 @@ pushd ~/dist/dev
 svn co https://dist.apache.org/repos/dist/dev/calcite
 popd
 
-# Replace digest files with a single digest
-cd target
-for f in *.tar.gz *.zip; do
-  rm ${f}.md5 ${f}.sha1
-  gpg --print-mds ${f} > ${f}.mds
-done
-
 # Move the files into a directory
 mkdir ~/dist/dev/calcite/apache-calcite-X.Y.Z-rcN
 mv apache-calcite-* ~/dist/dev/calcite/apache-calcite-X.Y.Z-rcN

http://git-wip-us.apache.org/repos/asf/calcite/blob/f10950b5/site/downloads/index.md
----------------------------------------------------------------------
diff --git a/site/downloads/index.md b/site/downloads/index.md
index 31cf3d0..6e79dbe 100644
--- a/site/downloads/index.md
+++ b/site/downloads/index.md
@@ -48,9 +48,9 @@ Release          | Date       | Commit   | Download
 {% endcomment %}{% assign d = "https://archive.apache.org/dist" %}{% comment %}
 {% endcomment %}{% endif %}{% comment %}
 {% endcomment %}{% capture d1 %}{{ post.date | date: "%F"}}{% endcapture %}{% comment %}
-{% endcomment %}{% capture d2 %}2016-06-13{% endcapture %}{% comment %}
+{% endcomment %}{% capture d2 %}2017-08-31{% endcapture %}{% comment %}
 {% endcomment %}{% if d1 > d2 %}{% comment %}
-{% endcomment %}{% assign digest = "mds" %}{% comment %}
+{% endcomment %}{% assign digest = "sha256" %}{% comment %}
 {% endcomment %}{% else %}{% comment %}
 {% endcomment %}{% assign digest = "md5" %}{% comment %}
 {% endcomment %}{% endif %}{% comment %}