Re: [Mixxx-devel] website is down

2017-09-25 Thread Be
Any progress on this? Jenkins build #443 is still stuck. On 09/20/2017 04:53 PM, RJ Ryan wrote: Sorry for this :(. The Mac build VM hangs shortly after I revive it each time. I will try to spend some time on this this weekend. On Wed, Sep 20, 2017 at 2:14 PM, Be mailto:b...@gmx.com>> wrote:

Re: [Mixxx-devel] website is down

2017-09-25 Thread Be
Now Travis is failing for macOS builds too... On 09/25/2017 04:51 PM, Be wrote: Any progress on this? Jenkins build #443 is still stuck. On 09/20/2017 04:53 PM, RJ Ryan wrote: Sorry for this :(. The Mac build VM hangs shortly after I revive it each time. I will try to spend some time on this t

[Mixxx-devel] Travis-ci failing on MacOS (Was: website is down)

2017-09-25 Thread Sébastien Blaisot
Le 26/09/2017 à 07:28, Be a écrit : Now Travis is failing for macOS builds too... it seams that travis switched to python3 so print "..." syntax should be replaced by print("...") probably we need a way to switch back to python2(easier short-term fix) but I don't know how brew work for that.