Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-19 Thread Sean P. DeNigris
Sean P. DeNigris wrote
> FYI #60530 is supposed to have Iceberg 0.6.8, but there is something
> amiss.

Any progress on this? I'm a bit stuck because I already started porting my
baselines to use `gitlab://`



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html



Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-14 Thread Sean P. DeNigris
Sean P. DeNigris wrote
>> I backported iceberg 0.6.8 to Pharo 6.1

FYI #60530 is supposed to have Iceberg 0.6.8, but there is something amiss.
For example, the IceGithubRepositoryType>>#mcRepository in the image is not
the one in 0.6.8
(https://github.com/pharo-vcs/iceberg/blob/20eaebcfdb3ba94cd55e9ed48c2cbf300236d620/Iceberg-Metacello-Integration.package/IceGithubRepositoryType.class/instance/mcRepository.st)

Esteban is aware.



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html



Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Sean P. DeNigris
EstebanLM wrote
> I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the
> version on Pharo 7.0

Hmm, Launcher still seems to download the same image version as before
(#529), and MCGitlabRepository is still missing #httpsUrl and #scpUrl, which
are present in Iceberg 0.6.8
(https://github.com/pharo-vcs/iceberg/tree/20eaebcfdb3ba94cd55e9ed48c2cbf300236d620/Iceberg.package/MCGitlabRepository.extension/instance).



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html



Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Sean P. DeNigris
EstebanLM wrote
> I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the
> version on Pharo 7.0

Sweet! I think I should now be able to get all my CI back up and running on
GitLab :)



-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html



Re: [Pharo-dev] Iceberg 0.6.8 backported to 6.1

2018-02-13 Thread Julien
Nice, thank you!

Julien

---
Julien Delplanque
Doctorant à l’Université de Lille 1
http://juliendelplanque.be/phd.html
Equipe Rmod, Inria
Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq
Numéro de téléphone: +333 59 35 86 40

> Le 13 févr. 2018 à 13:33, Esteban Lorenzano  a écrit :
> 
> Hi,
> 
> I backported iceberg 0.6.8 to Pharo 6.1, so now it is in sync with the 
> version on Pharo 7.0
> 
> Esteban