Hi Pierce,
On 21 Jan 2019, at 09:14, Pierce Ng <pierce@samadhiweb.com> wrote:
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
Yes, when there is a BaselineOf you can load it (there is even a menu item for that). For your own projects, you will have to create your own BaselineOf, which is easier than creating a ConfigurationOf, BTW. You can also open the Packages view of a repository, and load unloaded packages manually: HTH, Sven