You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Julian Hyde <jh...@apache.org> on 2018/12/04 22:42:52 UTC

Re: calcite git commit: Site: Link to SHA512 digest and remove link to Github commit per ASF policy

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 <fr...@apache.org> 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 <fr...@apache.org>
> Authored: Wed Dec 5 09:22:35 2018 +1100
> Committer: Francis Chuang <fr...@apache.org>
> 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 %}
>

Re: calcite git commit: Site: Link to SHA512 digest and remove link to Github commit per ASF policy

Posted by Francis Chuang <fr...@apache.org>.
I just forced a push to remove the commit. Do you want me to commit that 
to branch-1.18? Otherwise, I can put the commit into its own branch (but 
we'll have to remember to merge it after releasing 1.18).

On 5/12/2018 9:42 am, Julian Hyde wrote:
> 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 <fr...@apache.org> 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 <fr...@apache.org>
>> Authored: Wed Dec 5 09:22:35 2018 +1100
>> Committer: Francis Chuang <fr...@apache.org>
>> 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 %}
>>


Re: calcite git commit: Site: Link to SHA512 digest and remove link to Github commit per ASF policy

Posted by Francis Chuang <fr...@apache.org>.
Whoops, sorry! I'll remove the commit.

On 5/12/2018 9:42 am, Julian Hyde wrote:
> 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 <fr...@apache.org> 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 <fr...@apache.org>
>> Authored: Wed Dec 5 09:22:35 2018 +1100
>> Committer: Francis Chuang <fr...@apache.org>
>> 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 %}
>>