[squeak-dev] Mantis 5669 for trunk

Ken G. Brown kbrown at mac.com
Sat Dec 11 22:37:47 UTC 2010


Any chance I could have a look at your code for examples of how to accomplish all this?

Thx
Ken

At 11:30 PM +0100 12/11/10, Bernhard Pieber apparently wrote:
>Hi Ken,
>
>For configuring my images I have a separate package. In each new trunk image I type the following.
>
>Installer cache install: 'BpImageConfiguration'.
>BpImageConfiguration configure
>
>The assumption is that the image is in a directory with a package-cache subdirectory which includes the latest mcz for the BpImageConfiguration package. The configure method sets my preferences, configures Monticello repositories and loads code I always want to have, e.g. OCompletion.
>
>Cheers,
>Bernhard
>
>Am 11.12.2010 um 19:30 schrieb Ken G. Brown:
>
>> I've found ScriptManager <http://www.squeaksource.com/ScriptManager.html> that does some of what I am looking for.
>> Now next step is getting it to save my data with versions into my local MC repository.
>>
>> What do you do for saving bits and pieces of misc stuff you want to have in your image when you transition to a new image release?
>> How do you migrate scripts for customizing the image. eg loading a set of external packages you always want in your dev image?
>>
>> Thx for any tips,
>> Ken




More information about the Squeak-dev mailing list