Hey, please don't commit to master while there's a vote pending. We'll
have to merge or rebase master after the vote closes.
On Tue, Dec 4, 2018 at 2:22 PM <francischuang@xxxxxxxxxx> wrote:
Repository: calcite
Updated Branches:
refs/heads/master efec74deb -> 30646adaa
Site: Link to SHA512 digest and remove link to Github commit per ASF policy
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/30646ada
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/30646ada
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/30646ada
Branch: refs/heads/master
Commit: 30646adaa6dd93d947a6c3122977e7e1d0f7a9bb
Parents: efec74d
Author: Francis Chuang <francischuang@xxxxxxxxxx>
Authored: Wed Dec 5 09:22:35 2018 +1100
Committer: Francis Chuang <francischuang@xxxxxxxxxx>
Committed: Wed Dec 5 09:22:35 2018 +1100
----------------------------------------------------------------------
site/downloads/index.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/calcite/blob/30646ada/site/downloads/index.md
----------------------------------------------------------------------
diff --git a/site/downloads/index.md b/site/downloads/index.md
index bceb2db..889ef5e 100644
--- a/site/downloads/index.md
+++ b/site/downloads/index.md
@@ -50,14 +50,17 @@ Release | Date | Commit | Download
{% endcomment %}{% capture d1 %}{{ post.date | date: "%F"}}{% endcapture %}{% comment %}
{% endcomment %}{% capture d2 %}2017-08-31{% endcapture %}{% comment %}
{% endcomment %}{% capture d3 %}2018-06-01{% endcapture %}{% comment %}
-{% endcomment %}{% if d1 > d2 %}{% comment %}
+{% endcomment %}{% capture d4 %}2018-12-01{% endcapture %}{% comment %}
+{% endcomment %}{% if d1 > d4 %}{% comment %}
+{% endcomment %}{% assign digest = "sha512" %}{% comment %}
+{% endcomment %}{% elsif d1 > d2 %}{% comment %}
{% endcomment %}{% assign digest = "sha256" %}{% comment %}
{% endcomment %}{% else %}{% comment %}
{% endcomment %}{% assign digest = "md5" %}{% comment %}
{% endcomment %}{% endif %}{% comment %}
{% endcomment %}<a href="{{ site.baseurl }}/docs/history.html#{{ post.tag }}">{{ post.version }}</a>{% comment %}
{% endcomment %} | {{ post.date | date_to_string }}{% comment %}
-{% endcomment %} | <a href="https://github.com/apache/calcite/commit/{{ post.sha }}">{{ post.sha }}</a>{% comment %}
+{% endcomment %} | {{ post.sha }}{% comment %}
{% endcomment %} | <a href="{{ p }}/{{ v }}-src.tar.gz{{ q }}">tar</a>{% comment %}
{% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.{{ digest }}">digest</a>{% comment %}
{% endcomment %} <a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.asc">pgp</a>){% comment %}