[squeak-dev] [Ann] New build of 3.10.2-build

Keith Hodges keith_hodges at yahoo.co.uk
Fri Feb 13 19:55:11 UTC 2009


Damien Cassou wrote:
> On Fri, Feb 13, 2009 at 6:12 PM, Keith Hodges <keith_hodges at yahoo.co.uk> wrote:
>   
>> I was going to mention that, am I right in saying that all you have to
>> do is...
>>
>> Installer sake install: 'Squeak-dev image'.
>>     
>
>
> You are right. What I propose is to make 3.10.2-build a base image for
> the future dev-images. That means a new dev image each month based on
> your version.
>
>   
definitely the way forward.

In your building page:

sake
  answer: '.*username.*' with: 'admin';
  answer: '.*password.*' with: 'seaside';
  answer: 'Would you like.*' with: true;
  answer: '.*port number.*' with: '8080';
  answer: '.*is .* running.*' with: true;
  answer: '.*name of your Pier kernel.*' with: 'Pier';
  answer: '.*entry point.*' with: 'pier';
  answer: '.*Application' with: true.

Sake (should) already include these. The planned policy is that installs
should be non interactive by default.
>
> ?? Where did you see that? That's not true, I'm not applying any fix
> to the base images. I'm only installing packages.
>   
Ken mentioned it, nm

Keith




More information about the Squeak-dev mailing list