[GitHub] [syncope] mmoayyed commented on a change in pull request #182: NOJIRA - Switch Travis CI to AMD64 Bionic Distro

2020-05-04 Thread GitBox
mmoayyed commented on a change in pull request #182: URL: https://github.com/apache/syncope/pull/182#discussion_r419509630 ## File path: pom.xml ## @@ -2530,6 +2530,7 @@ under the License. **/*.json **/banner.txt **/target/** +

[GitHub] [syncope] ilgrosso commented on a change in pull request #182: NOJIRA - Switch Travis CI to AMD64 Bionic Distro

2020-05-04 Thread GitBox
ilgrosso commented on a change in pull request #182: URL: https://github.com/apache/syncope/pull/182#discussion_r419514983 ## File path: pom.xml ## @@ -2530,6 +2530,7 @@ under the License. **/*.json **/banner.txt **/target/** +

[GitHub] [syncope] ilgrosso commented on pull request #182: NOJIRA - Switch Travis CI to AMD64 Bionic Distro

2020-05-04 Thread GitBox
ilgrosso commented on pull request #182: URL: https://github.com/apache/syncope/pull/182#issuecomment-623469331 @mmoayyed it seems that installing other JDKs is failing, I tried to restart the related steps several times, no luck. Any idea?

[GitHub] [syncope] mmoayyed opened a new pull request #182: NOJIRA - Switch Travis CI to AMD64 Bionic Distro

2020-05-04 Thread GitBox
mmoayyed opened a new pull request #182: URL: https://github.com/apache/syncope/pull/182 The Travis CI trusty image is deprecated. This change switches the distro to Bionic which builds against Ubuntu 18. PS. I also experimented with arm-based builds which are super fast to startup

[GitHub] [syncope] ilgrosso commented on a change in pull request #182: NOJIRA - Switch Travis CI to AMD64 Bionic Distro

2020-05-04 Thread GitBox
ilgrosso commented on a change in pull request #182: URL: https://github.com/apache/syncope/pull/182#discussion_r419503248 ## File path: pom.xml ## @@ -2530,6 +2530,7 @@ under the License. **/*.json **/banner.txt **/target/** +

Still Failing: mmoayyed/syncope#73 (travis - 603f266)

2020-05-04 Thread Travis CI
Build Update for mmoayyed/syncope - Build: #73 Status: Still Failing Duration: 9 mins and 39 secs Commit: 603f266 (travis) Author: Misagh Moayyed Message: fetch install-jdk script View the changeset:

Re: [DISCUSS] Troubles with release:prepare

2020-05-04 Thread Francesco Chicchiriccò
On 04/05/20 14:50, Francesco Chicchiriccò wrote: > Thanks Misagh for your reply. > > In my case I've run the command on the same exact platform (e.g. my own > laptop) as I did other times including the last one before this one, e.g. > 2.1.5 / 2.0.14. > > To ensure the SCM section was not causing

Still Failing: mmoayyed/syncope#72 (travis - c2291d3)

2020-05-04 Thread Travis CI
Build Update for mmoayyed/syncope - Build: #72 Status: Still Failing Duration: 25 mins and 29 secs Commit: c2291d3 (travis) Author: Misagh Moayyed Message: Update .travis.yml View the changeset:

Re: [DISCUSS] Troubles with release:prepare

2020-05-04 Thread Francesco Chicchiriccò
Thanks Misagh for your reply. In my case I've run the command on the same exact platform (e.g. my own laptop) as I did other times including the last one before this one, e.g. 2.1.5 / 2.0.14. To ensure the SCM section was not causing the issue, anyway, I made this change on a branch of my own

Re: [DISCUSS] Troubles with release:prepare

2020-05-04 Thread Misagh Moayyed
I have run into this before, but only when: 1. Running a command-prompt on windows. 2. Running a bash on windows, using the likes mingw or babun In my case, this was caused by a number of things: 1. Bad ssh-agent that could not communicate correctly with git. 2. Somehow, the release plugin