You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/12/04 22:47:20 UTC

calcite-avatica git commit: Site: Switch to SHA512 digest and remove link to Github commit on avatica-go download page

Repository: calcite-avatica
Updated Branches:
  refs/heads/master 37f3a663a -> 4d5682cf6


Site: Switch to SHA512 digest and remove link to Github commit on avatica-go download page


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

Branch: refs/heads/master
Commit: 4d5682cf62db15e70c24a603bec70e8ace76a837
Parents: 37f3a66
Author: Francis Chuang <fr...@apache.org>
Authored: Wed Dec 5 09:47:09 2018 +1100
Committer: Francis Chuang <fr...@apache.org>
Committed: Wed Dec 5 09:47:09 2018 +1100

----------------------------------------------------------------------
 site/downloads/avatica-go.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/4d5682cf/site/downloads/avatica-go.md
----------------------------------------------------------------------
diff --git a/site/downloads/avatica-go.md b/site/downloads/avatica-go.md
index 97ca7f0..555e4fd 100644
--- a/site/downloads/avatica-go.md
+++ b/site/downloads/avatica-go.md
@@ -51,7 +51,10 @@ Release          | Date       | Commit   | Download
 {% endcomment %}{% capture d3 %}2018-03-01{% endcapture %}{% comment %}
 {% endcomment %}{% capture d4 %}2018-06-01{% endcapture %}{% comment %}
 {% endcomment %}{% capture d5 %}2018-09-11{% endcapture %}{% comment %}
-{% endcomment %}{% if d1 > d3 %}{% comment %}
+{% endcomment %}{% capture d6 %}2019-01-01{% endcapture %}{% comment %}
+{% endcomment %}{% if d1 > d6 %}{% comment %}
+{% endcomment %}{% assign digest = "sha512" %}{% comment %}
+{% endcomment %}{% elsif d1 > d3 %}{% comment %}
 {% endcomment %}{% assign digest = "sha256" %}{% comment %}
 {% endcomment %}{% elsif d1 > d2 %}{% comment %}
 {% endcomment %}{% assign digest = "mds" %}{% comment %}
@@ -60,7 +63,7 @@ Release          | Date       | Commit   | Download
 {% endcomment %}{% endif %}{% comment %}
 {% endcomment %}<a href="{{ site.baseurl }}/docs/go_history.html#{{ post.tag }}">{{ post.version }}</a>{% comment %}
 {% endcomment %} | {{ post.date | date_to_string }}{% comment %}
-{% endcomment %} | <a href="https://github.com/apache/calcite-avatica-go/commit/{{ post.sha }}">{{ post.sha }}</a>{% comment %}
+{% endcomment %} | {{ post.sha }}{% comment %}
 {% endcomment %}{% if d1 < d5 %}{% comment %}
 {% endcomment %} | <a href="{{ p }}/{{ f }}.tar.gz{{ q }}">tar</a>{% comment %}
 {% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ f }}.tar.gz.{{ digest }}">{{ digest }}</a>{% comment %}