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:
'github://pharo-project/pharo-beacon:192b9b514350740f1bebb97d31025733e16642a8/repository';
load.
"Let's update to the latest version:"
Metacello new
baseline: 'Beacon';
repository: '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
On Oct 19, 2017, at 16:21, Andrei Chis
<chisvasileandrei(a)gmail.com> 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 <alexandre.bergel(a)me.com
<mailto:alexandre.bergel@me.com>> 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 <http://www.bergel.eu/>
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch <mailto:Moose-dev@list.inf.unibe.ch>
https://www.list.inf.unibe.ch/listinfo/moose-dev
<https://www.list.inf.unibe.ch/listinfo/moose-dev>
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev