Zerconf download of source files in Pharo 7
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.
Yes, that looks like a good thing to fix! ZeroConf is here: https://github.com/pharo-project/pharo-zeroconf <https://github.com/pharo-project/pharo-zeroconf> But I think it is not deployed automatically.
On 19 Oct 2017, at 09:59, Torsten Bergmann <astares@gmx.de> wrote:
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.<Screenshot from 2017-10-19 09-50-14.png>
I added https://pharo.fogbugz.com/f/cases/20559/Zerconf-double-download-of-source-fi...
On 20 Oct 2017, at 10:48, Marcus Denker <marcus.denker@inria.fr> wrote:
Yes, that looks like a good thing to fix!
ZeroConf is here:
https://github.com/pharo-project/pharo-zeroconf <https://github.com/pharo-project/pharo-zeroconf>
But I think it is not deployed automatically.
participants (2)
-
Marcus Denker -
Torsten Bergmann