[squeak-dev] Installer metacello

Tobias Pape Das.Linux at gmx.de
Wed Apr 29 20:06:49 UTC 2020


> On 29.04.2020, at 21:36, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:
> 
> Hi all,
> I wonder why we haven't an InstallerMetacello flavour?
> We could write things like:
>     Installer metacello configurationOf: 'Xtreams'; version: #stable; load.
> 
> It would pick the Configuration in default repository (http://www.squeaksource.com//MetacelloRepository). Of course, we could change that with Installer metacello repository: 'http://foobar.com' etc...

Because that would essentially be Metcallo itself.

Try it:

Metacello new
	configuration: 'Xtreams';
	version: #stable;
	load

Best regards
	-Tobias



More information about the Squeak-dev mailing list