Iâm sorry, I didnât understand. You want to contribute to iceberg? Then yes, in Pharo 6.1 you need to follow the update instructions. Now, Pharo 7 is a bit more complicated because of things :) This is the âupdatedâ iceberg update process⦠it just removes adapters from monticello: MCRepositoryGroup default repositories select: [ :each | each isKindOf: IceMetacelloRepositoryAdapter ]) do: [ :each | MCRepositoryGroup default removeRepository: each ]. #('Iceberg-UI' 'Iceberg-Plugin-GitHub' 'Iceberg-Plugin' 'Iceberg-Metacello-Integration' 'Iceberg-Libgit' 'Iceberg' 'BaselineOfIceberg' 'LibGit-Core' 'BaselineOfLibGit') do: [ :each | each asPackage removeFromSystem ]. Metacello new baseline: 'Iceberg'; repository: 'github://pharo-vcs/iceberg'; load. (Iâm working to remove this problem, Iâm sorry⦠iceberg 0.6 will fix a lot of this problems) and Iâm very sorry for the confusion :) Esteban
On 29 Sep 2017, at 15:25, Sean P. DeNigris <sean@clipperadams.com> wrote:
EstebanLM wrote
you do not need to update Iceberg ... please, take the instructions from Guilleâs place as your guide:
Just so I'm clear, do you mean to adapt Guille's instructions to the Iceberg repo? IIUC Steph's recent post, patches to outside projects like Bloc and Iceberg must be pushed to their respective canonical repos, no?
----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html