Wrinting a script to load packages from Monticello

John Pierce john at pierce.name
Fri May 5 10:55:22 UTC 2006


Hi Damien,

Check out: http://www.saltypickle.com/Home/uploads/SqueakInstaller-jrp.4.cs.

While you may not need all this changeset does it, it does have code
that processes over literal arrays like this:

#((Core 'squeak.saltypickle.com/Core')
  (InstanceEncoder 'squeak.saltypickle.com/InstanceEncoder')
  (GoodsServer 'squeak.saltypickle.com/GoodsServer'))

This array would end up being used by the code to create three MC
repositories and loading the latest versions from these URLs.

Enjoy,

John

On 5/5/06, Damien Cassou <damien.cassou at laposte.net> wrote:
> Hi,
>
> I would like to write a script that:
>
> - Add repositories to monticello (ie: mc.lukas-renggli.ch/magritte)
> - Load latest versions of some packages in this repositories
>
> How can I do that ?
>
> Thanks
>
> --
> Damien Cassou
>
>
>


--
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore, all
progress depends on the unreasonable man. -- George Bernard Shaw



More information about the Squeak-dev mailing list