Unfortunately this fix did not work. Details are described in https://github.com/pharo-project/pharo-launcher/issues/55 Meanwhile I fixed it in an own commit: PharoLauncher-Core-TorstenBergmann.146 Launcher is now able to give the filter pattern not as global regex but now specific to the version: self name: 'Pharo 7.0 (development version)' url: 'http://files.pharo.org/image/70/' asZnUrl filterPattern: 'href="(Pharo-7.0.0-alpha.build.[^"]*.zip)"' and it works and filters the alpha version (see screenshot). So anyone who would like to test should give it a try. For sure it can be improved to support also the other images in the future. But at least one can download the standard release for Pharo 7 as it was for Pharo 6. Thx T.
Gesendet: Mittwoch, 29. November 2017 um 09:26 Uhr Von: "Christophe Demarey" <christophe.demarey@inria.fr> An: "Pharo Development List" <pharo-dev@lists.pharo.org> Betreff: Re: [Pharo-dev] I love the launcher!!!!
Hi Torsten,
I think I have a fix for your problem. I opened an issue fot it: https://github.com/pharo-project/pharo-launcher/issues/55. Could you confirm if it is ok now?
Le 28 nov. 2017 à 20:11, Torsten Bergmann <astares@gmx.de> a écrit :
Hi,
Launcher is a power tool and has helped many of us so far. Thanks to all who helped moving it forward, especially Christophe who is currently caring a lot.
Unfortunately one primary issue is not yet solved:
The downloadable files for Pharo 7 are not correctly displayed (see Screenshot attached).
I guess this is because the image file names have changed (initially the build process was set up to include the git hash but now we also have the build number returned again, see [1])
So with the current Launcher one can not directly load a specific build number for Pharo 7 or see which build number is the latest available. So for Pharo 7 it is usable to download "latest", "latest-32" or "latest-64" but it is not possible to really distinguish all the "Pharorpackage-7" entries.
It would be really a step forward if this could be fixed somehow and also for Pharo 7 display the image build number to make Launcher usable also for contributors to Pharo 7 again.
Thanks T.