[UPDATES] 3 for Squeak3.7beta

dway at mailcan.com dway at mailcan.com
Tue Jul 13 06:44:50 UTC 2004



Updates to bump the versions of MCInstaller (not Monticello) and
SqueakMap & the SM Package Loader, as discussed earlier.

We should still be moving to gamma around mid-week.  There may or may
not be any more bug fixes before going to gamma.

- Doug


------------------------------

5970MCInstaller-r4-gk -- Göran Krampe -- 13 July 2004
This changeset uses SM to upgrade MCInstaller to version 10 (r4)."
| map |
Cursor wait showWhile:[
map _ SMSqueakMap default loadUpdates.
"Install r4 (autoversion) of MCInstaller if not installed or an older
one is installed"
v _ map installedVersionOfPackageWithId: (UUID fromString:
'af9d090d-2896-4a4e-82d0-c61cf2fdf40e').
(v isNil or: [v < '4' asVersion]) ifTrue: [
	map installPackageWithId: 'af9d090d-2896-4a4e-82d0-c61cf2fdf40e'
autoVersion: '4']]

5971SMBaseSilent-gk -- Göran Krampe -- 13 July 2004
Modifies SqueakMap2 base so that it can do silent installs using
SMSqueakMap default silentlyDo: [yadda]"

5972SMBaseAndLoader-r4r8-gk -- Göran Krampe -- 13 July 2004
Upgrade SqueakMap2 base to version 1.01 (r8) and SqueakMap2 loader to
version 1.01 (r4).
NOTE: This changeset also includes removals so that upgrading using
MCInstaller should work fine."
| map v |
Cursor wait showWhile:[
map _ SMSqueakMap default loadUpdates.
map silentlyDo: [
"Install r8 (autoversion) of SqueakMap2 base if not installed or an
older one is installed"
v _ map installedVersionOfPackageWithId: (UUID fromString:
'c4c13ea3-e376-42c7-8d9e-dc23b09f9f29').
(v isNil or: [v < '8' asVersion]) ifTrue: [
	map installPackageWithId: 'c4c13ea3-e376-42c7-8d9e-dc23b09f9f29'
autoVersion: '8']].
map silentlyDo: [
"Install r4 (autoversion) of SqueakMap2 loader if not installed or an
older one is installed"
v _ map installedVersionOfPackageWithId: (UUID fromString:
'941c0108-4039-4071-9863-a8d7d2b3d4a3').
(v isNil or: [v < '4' asVersion]) ifTrue: [
	map installPackageWithId: '941c0108-4039-4071-9863-a8d7d2b3d4a3'
autoVersion: '4']]]




<This automated message brought to you by the UpdateIncorporationTool.>
<See the UpdateIncorporationTool package on SqueakMap for details.>



More information about the Squeak-dev mailing list