Zerconf download of source files in Pharo 7

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Zerconf download of source files in Pharo 7

Torsten Bergmann
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 (44K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Zerconf download of source files in Pharo 7

Marcus Denker-4
Yes, that looks like a good thing to fix!

ZeroConf is here:


But I think it is not deployed automatically.


On 19 Oct 2017, at 09:59, Torsten Bergmann <[hidden email]> 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>

Reply | Threaded
Open this post in threaded view
|

Re: Zerconf download of source files in Pharo 7

Marcus Denker-4
I added

https://pharo.fogbugz.com/f/cases/20559/Zerconf-double-download-of-source-files-in-Pharo-7

On 20 Oct 2017, at 10:48, Marcus Denker <[hidden email]> wrote:

Yes, that looks like a good thing to fix!

ZeroConf is here:


But I think it is not deployed automatically.