[squeak-dev] Re: Waiting for 3.11 artifacts.

Andreas Raab andreas.raab at gmx.de
Tue Dec 9 07:59:46 UTC 2008


Andreas Raab wrote:
>> 6. Image build script is Installer installUrl:
>> 'http://installer.pbwiki.com/311'.  When it completes (it used to) we
>> will publish an image.
> 
> Thanks, I'm running it now.

This blows up when InstallerMantis tries to load a gzipped fix. I think 
the fix is this:

InstallerMantis>>installDefault: aFileName from: stream
	(aFileName endsWith: '.gz')
		ifTrue:[stream contents unzipped fileIn]
		ifFalse:[stream fileIn].

But I couldn't really test this since I wasn't able to resume the 
process where it died.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list