Am 03.07.2017 um 14:45 schrieb Esteban Lorenzano <estebanlm@gmail.com>:


On 3 Jul 2017, at 13:32, Norbert Hartl <norbert@hartl.name> wrote:

So it is decided there won't be an official pharo6 supporting iceberg?

not today :)
I will release Pharo 6.1 with updated iceberg��� because it requires a new VM and I don���t want to break current downloaded version.
Problem is: once we jump to 6.1, 6.0 will not be maintained anymore��� not cool, maybe. But inevitable due the amount of effort we can put there.

Ok, understood! And glad we will have 6.1. Great!

Norbert

Esteban


Norbert

Am 03.07.2017 um 13:28 schrieb Esteban Lorenzano <estebanlm@gmail.com>:


On 3 Jul 2017, at 13:18, Esteban Lorenzano <estebanlm@gmail.com> wrote:

Hi all, 
I���m releasing 0.5 version of iceberg. 
This is the changelog:

Major changes: 
----
- works on 64bits
- adds cheery-pick

Other:
----
This version also includes a list of fixes, most important one is this: 

- branchs are kept inline with local working copy (so if you change a branch in command line or in another image it will indicate it correctly) 

But there are many others, next version will have a full list, I promise :)

Now, to actually use it you will need to accomplish several steps (until I update the image)

1) You need to download the new stable VM for P7 (it does not matters if you are on P6). 
Zeroconf: 

64bits: 
wget -O- get.pharo.org/64/vm70 | bash
wget -O- get.pharo.org/64/vmT70 | bash #If you are on linux

32bits: 
wget -O- get.pharo.org/vm70 | bash
wget -O- get.pharo.org/vmT70 | bash #If you are on linux

then, to update, execute this (sorry, this is like that because we have still an older Metacello version): 

#('Iceberg-UI' '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.

Maybe I was not clear��� this script works also for P6 (*if * you have the new VM) :)


cheers!
Esteban