David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.253.mcz==================== Summary ====================
Name: VMMaker-dtl.253
Author: dtl
Time: 5 September 2011, 9:55:01.322 am
UUID: 6406f148-a7cb-40ee-9f3f-e9826cafa8df
Ancestors: VMMaker-dtl.252
VMMaker 4.7.10
Change VMMaker class>>updateFromServer to refer to the new repository at
http://source.squeak.org/VMMaker=============== Diff against VMMaker-dtl.252 ===============
Item was changed:
----- Method: VMMaker class>>updateFromServer (in category 'fetching updates') -----
updateFromServer
"Update the image by loading all pending updates from the server. Also save local
copies of the update files if the #updateSavesFile preference is set to true"
"VMMaker updateFromServer"
(Smalltalk hasClassNamed: #MCMcmUpdater)
ifTrue: [(Smalltalk at: #MCMcmUpdater)
+ updateFromRepositories: #('
http://source.squeak.org/VMMaker' )]
- updateFromRepositories: #('
http://squeaksource.com/VMMaker' )]
ifFalse: [self notify: 'MonticelloConfigurations not installed in this image']!
Item was changed:
----- Method: VMMaker class>>versionString (in category 'version testing') -----
versionString
"VMMaker versionString"
+ ^'4.7.10'!
- ^'4.7.9'!