On Mon, Jan 21, 2019 at 03:10:49AM +0100, sergio ruiz wrote: > While I can clone the the repo on in my new image using Iceberg, I can’t > figure out now to load the packages, now that they are loaded up via > iceberg.
If you mean you want to load from a git repo in your local filesystem,
then like this:
Metacello new
repository: 'gitlocal:///local/filesystem/path/to/your/repo';
baseline: '...';
load
Pierce
