Hi!
How can I update GTExample? Why not having a "GToolkit update” world menu entry, somewhere? Cheers, Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Hi,
You can use this script:
Do you know what you did to trigger this error? Loading Roassal2 should load the latest version of GTExample. Cheers, Andrei On Thu, Oct 19, 2017 at 7:32 PM, Alexandre Bergel <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
I think that I have updated Roassal in an old image.
I will try. Thanks! Alexandre > On Oct 19, 2017, at 4:21 PM, Andrei Chis <[hidden email]> wrote: > > Hi, > > You can use this script: > > Iceberg enableMetacelloIntegration: true. > Metacello new > baseline: 'GToolkitExamples'; > repository: 'github://feenkcom/gtoolkit-examples/src'; load. > > > Do you know what you did to trigger this error? Loading Roassal2 should load the latest version of GTExample. > > Cheers, > Andrei > > > On Thu, Oct 19, 2017 at 7:32 PM, Alexandre Bergel <[hidden email]> wrote: > Hi! > > How can I update GTExample? > > <Screenshot 2017-10-19 14.30.59.png> > > Why not having a "GToolkit update” world menu entry, somewhere? > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.list.inf.unibe.ch/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.list.inf.unibe.ch/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
In reply to this post by Andrei Chis
Hi, it might be the issue with Iceberg. Once a GIT repository exists locally, it loads the current version. It never updates (git pull). See the example: ``` "Ensure you do not have the Beacon repository on your disk (locally)." "Let's load an old version:" Iceberg enableMetacelloIntegration: true. Metacello new baseline: 'Beacon'; repository: '<a href="github://pharo-project/pharo-beacon:192b9b514350740f1bebb97d31025733e16642a8/repository" class="">github://pharo-project/pharo-beacon:192b9b514350740f1bebb97d31025733e16642a8/repository'; load. "Let's update to the latest version:" Metacello new baseline: 'Beacon'; repository: '<a href="github://pharo-project/pharo-beacon/repository" class="">github://pharo-project/pharo-beacon/repository'; load. ``` So, the configuration (Metacello baseline) dependencies actually do not work if a repository exists locally. Currently I do ‘git pull’ in all my repositories before executing and Metacello script. Cheers, Juraj
_______________________________________________ Moose-dev mailing list [hidden email] https://www.list.inf.unibe.ch/listinfo/moose-dev |
Free forum by Nabble | Edit this page |