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 <http://get.pharo.org/vm70> | bash wget -O- get.pharo.org/ <http://get.pharo.org/vm70>64/ <http://get.pharo.org/vm70>vmT70 <http://get.pharo.org/vm70> | bash #If you are on linux
32bits: wget -O- get.pharo.org/vm70 <http://get.pharo.org/vm70> | bash wget -O- get.pharo.org/vmT70 <http://get.pharo.org/vm70> | 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 <github://pharo-vcs/iceberg>'; load.
Maybe I was not clear⦠this script works also for P6 (*if * you have the new VM) :)
cheers! Esteban