You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/10/21 12:02:18 UTC

groovy git commit: try bypassing https

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 491992fa1 -> 926347356


try bypassing https


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 926347356630a01732d44db01bb1dc082f2e65fa
Parents: 491992f
Author: paulk <pa...@asert.com.au>
Authored: Sat Oct 21 22:02:12 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Sat Oct 21 22:02:12 2017 +1000

----------------------------------------------------------------------
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/92634735/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 38f0a68..65c3f07 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-2.14.1-bin.zip


Re: groovy git commit: try bypassing https

Posted by Paul King <pa...@asert.com.au>.
I should have mentioned, removing https wasn't meant to be the final fix -
just playing around with how far I could get without other fixes.

On Sun, Oct 22, 2017 at 10:43 AM, Paul King <pa...@asert.com.au> wrote:

> openjdk6 comes with old certificates I suspect. I haven't found any
> projects using gradle on travis-ci with https with vanilla openjdk6. We can
> use http everywhere (ugly) or add certificate into the keystore ourselves
> (ugly) or continue to rely on the oracle jdk6 we have installed on the
> ci.groovy-lang.org server (not ideal long term I suspect) or try to get
> one of the Apache CI servers working (can't remember what stopped us last
> time) or ???. If 2_4_X wasn't still active, I wouldn't be too concerned and
> we could just drop jdk6 from our CI matrix but I suspect we should try to
> keep for another 12 months.
>
> On Sat, Oct 21, 2017 at 10:05 PM, Cédric Champeau <
> cedric.champeau@gmail.com> wrote:
>
>> Why do we need this? Is it because of open jdk not shipping with root
>> certificates?
>>
>> Le 21 oct. 2017 2:02 PM, <pa...@apache.org> a écrit :
>>
>>> Repository: groovy
>>> Updated Branches:
>>>   refs/heads/GROOVY_2_4_X 491992fa1 -> 926347356
>>>
>>>
>>> try bypassing https
>>>
>>>
>>> Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
>>> Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/92634735
>>> Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/92634735
>>> Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/92634735
>>>
>>> Branch: refs/heads/GROOVY_2_4_X
>>> Commit: 926347356630a01732d44db01bb1dc082f2e65fa
>>> Parents: 491992f
>>> Author: paulk <pa...@asert.com.au>
>>> Authored: Sat Oct 21 22:02:12 2017 +1000
>>> Committer: paulk <pa...@asert.com.au>
>>> Committed: Sat Oct 21 22:02:12 2017 +1000
>>>
>>> ----------------------------------------------------------------------
>>>  gradle/wrapper/gradle-wrapper.properties | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>> ----------------------------------------------------------------------
>>>
>>>
>>> http://git-wip-us.apache.org/repos/asf/groovy/blob/92634735/
>>> gradle/wrapper/gradle-wrapper.properties
>>> ----------------------------------------------------------------------
>>> diff --git a/gradle/wrapper/gradle-wrapper.properties
>>> b/gradle/wrapper/gradle-wrapper.properties
>>> index 38f0a68..65c3f07 100644
>>> --- a/gradle/wrapper/gradle-wrapper.properties
>>> +++ b/gradle/wrapper/gradle-wrapper.properties
>>> @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
>>>  distributionPath=wrapper/dists
>>>  zipStoreBase=GRADLE_USER_HOME
>>>  zipStorePath=wrapper/dists
>>> -distributionUrl=https\://services.gradle.org/distributions/
>>> gradle-2.14.1-bin.zip
>>> +distributionUrl=http\://services.gradle.org/distributions/g
>>> radle-2.14.1-bin.zip
>>>
>>>
>

Re: groovy git commit: try bypassing https

Posted by Paul King <pa...@asert.com.au>.
openjdk6 comes with old certificates I suspect. I haven't found any
projects using gradle on travis-ci with https with vanilla openjdk6. We can
use http everywhere (ugly) or add certificate into the keystore ourselves
(ugly) or continue to rely on the oracle jdk6 we have installed on the
ci.groovy-lang.org server (not ideal long term I suspect) or try to get one
of the Apache CI servers working (can't remember what stopped us last time)
or ???. If 2_4_X wasn't still active, I wouldn't be too concerned and we
could just drop jdk6 from our CI matrix but I suspect we should try to keep
for another 12 months.

On Sat, Oct 21, 2017 at 10:05 PM, Cédric Champeau <cedric.champeau@gmail.com
> wrote:

> Why do we need this? Is it because of open jdk not shipping with root
> certificates?
>
> Le 21 oct. 2017 2:02 PM, <pa...@apache.org> a écrit :
>
>> Repository: groovy
>> Updated Branches:
>>   refs/heads/GROOVY_2_4_X 491992fa1 -> 926347356
>>
>>
>> try bypassing https
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/92634735
>> Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/92634735
>> Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/92634735
>>
>> Branch: refs/heads/GROOVY_2_4_X
>> Commit: 926347356630a01732d44db01bb1dc082f2e65fa
>> Parents: 491992f
>> Author: paulk <pa...@asert.com.au>
>> Authored: Sat Oct 21 22:02:12 2017 +1000
>> Committer: paulk <pa...@asert.com.au>
>> Committed: Sat Oct 21 22:02:12 2017 +1000
>>
>> ----------------------------------------------------------------------
>>  gradle/wrapper/gradle-wrapper.properties | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/groovy/blob/92634735/
>> gradle/wrapper/gradle-wrapper.properties
>> ----------------------------------------------------------------------
>> diff --git a/gradle/wrapper/gradle-wrapper.properties
>> b/gradle/wrapper/gradle-wrapper.properties
>> index 38f0a68..65c3f07 100644
>> --- a/gradle/wrapper/gradle-wrapper.properties
>> +++ b/gradle/wrapper/gradle-wrapper.properties
>> @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
>>  distributionPath=wrapper/dists
>>  zipStoreBase=GRADLE_USER_HOME
>>  zipStorePath=wrapper/dists
>> -distributionUrl=https\://services.gradle.org/distributions/
>> gradle-2.14.1-bin.zip
>> +distributionUrl=http\://services.gradle.org/distributions/g
>> radle-2.14.1-bin.zip
>>
>>

Re: groovy git commit: try bypassing https

Posted by Cédric Champeau <ce...@gmail.com>.
Why do we need this? Is it because of open jdk not shipping with root
certificates?

Le 21 oct. 2017 2:02 PM, <pa...@apache.org> a écrit :

> Repository: groovy
> Updated Branches:
>   refs/heads/GROOVY_2_4_X 491992fa1 -> 926347356
>
>
> try bypassing https
>
>
> Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
> Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/92634735
> Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/92634735
> Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/92634735
>
> Branch: refs/heads/GROOVY_2_4_X
> Commit: 926347356630a01732d44db01bb1dc082f2e65fa
> Parents: 491992f
> Author: paulk <pa...@asert.com.au>
> Authored: Sat Oct 21 22:02:12 2017 +1000
> Committer: paulk <pa...@asert.com.au>
> Committed: Sat Oct 21 22:02:12 2017 +1000
>
> ----------------------------------------------------------------------
>  gradle/wrapper/gradle-wrapper.properties | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/groovy/blob/
> 92634735/gradle/wrapper/gradle-wrapper.properties
> ----------------------------------------------------------------------
> diff --git a/gradle/wrapper/gradle-wrapper.properties
> b/gradle/wrapper/gradle-wrapper.properties
> index 38f0a68..65c3f07 100644
> --- a/gradle/wrapper/gradle-wrapper.properties
> +++ b/gradle/wrapper/gradle-wrapper.properties
> @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
>  distributionPath=wrapper/dists
>  zipStoreBase=GRADLE_USER_HOME
>  zipStorePath=wrapper/dists
> -distributionUrl=https\://services.gradle.org/distributions/
> gradle-2.14.1-bin.zip
> +distributionUrl=http\://services.gradle.org/distributions/
> gradle-2.14.1-bin.zip
>
>