When I run
wget -O- get.pharo.org/70+vm | bash
the zeroconf script downloads image bundle, VM bundle and sources archive:
--------------------------------------------------------------------
Downloading the latest 70 Image:
http://files.pharo.org/get-files/70/pharo.zip Pharo.image
Downloading the latest pharoVM:
http://files.pharo.org/get-files/70/pharo-linux-stable.zip pharo-vm/pharo
Downloading PharoV70.sources:
http://files.pharo.org/get-files/70/sources.zip Creating starter scripts pharo and pharo-ui
...
--------------------------------------------------------------------
Now in Pharo 7 the pharo.zip already includes the sources. Right?
See attached screenshot.
So why is the zeroconf additionally downloading the sources.zip
which IMHO is an unnecessary additional download now.
Maybe because it was necessary in the past and the zeroconf was
not adopted.
Anyone able to check and maybe remove the additional download for Pharo 7?
Thx
T.