pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

Zeroconf script for Pharo 7 requires interaction when overwriting the sources files (on Linux) making it unusable with cache on Travis-CI #19

Open jbrichau opened 5 years ago

jbrichau commented 5 years ago

On Linux, the following will require an interactive prompt:

curl https://get.pharo.org/64/70 | bash
curl https://get.pharo.org/64/70 | bash

This means builds on Travis-CI that enable caching break: See https://github.com/hpi-swa/smalltalkCI/issues/412

On Mac, the sources file is not overwritten (automatically). Can the same be done so it works on Linux as well?