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';
load.
"Let's update to the latest version:"
Metacello new
baseline: 'Beacon';
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
Hi,
You can use this script:
_______________________________________________
Moose-dev mailing list
Moose-dev@list.inf.unibe.chhttps://www.list.inf.unibe.ch/listinfo/moose-dev