<div dir="ltr">Ah yes OK, I thought it could ensureRecentMetacello, but I see that MetacelloStub is doing that...<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 29 avr. 2020 à 22:06, Tobias Pape <<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> On 29.04.2020, at 21:36, Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.com</a>> wrote:<br>
> <br>
> Hi all,<br>
> I wonder why we haven't an InstallerMetacello flavour?<br>
> We could write things like:<br>
>     Installer metacello configurationOf: 'Xtreams'; version: #stable; load.<br>
> <br>
> It would pick the Configuration in default repository (<a href="http://www.squeaksource.com//MetacelloRepository" rel="noreferrer" target="_blank">http://www.squeaksource.com//MetacelloRepository</a>). Of course, we could change that with Installer metacello repository: '<a href="http://foobar.com" rel="noreferrer" target="_blank">http://foobar.com</a>' etc...<br>
<br>
Because that would essentially be Metcallo itself.<br>
<br>
Try it:<br>
<br>
Metacello new<br>
        configuration: 'Xtreams';<br>
        version: #stable;<br>
        load<br>
<br>
Best regards<br>
        -Tobias<br>
<br>
<br>
</blockquote></div>