[Vm-dev] [commit][2901] Add a script to create a trunk VMMaker image derived from Squeak 4.5.

Tobias Pape Das.Linux at gmx.de
Tue Apr 22 20:55:42 UTC 2014


Hey
On 22.04.2014, at 22:25, commits at squeakvm.org wrote:

> +"Change the defaut update URL to that for trunk, then install a DummyUIManager
> + to avoid the post-update OK box, then update, the restore the UIManager."
> +| uim |
> +uim := Project current uiManager.
> +[Project current instVarNamed: 'uiManager' put: DummyUIManager new.
> + MCMcmUpdater
> +	defaultUpdateURL: 'http://source.squeak.org/trunk';
> +	updateFromServer]
> +	ensure: [Project current instVarNamed: 'uiManager' put: uim].

what about just

[MCMcmUpdater
	defaultUpdateURL: 'http://source.squeak.org/trunk';
	updateFromServer
] valueSupplyingAnswer: {true}
?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1625 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140422/f19c9ee8/signature.pgp


More information about the Vm-dev mailing list