[Pkg] Installer: Installer-Scripts-kph.5.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Feb 24 07:35:43 UTC 2009


A new version of Installer-Scripts was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Scripts-kph.5.mcz

==================== Summary ====================

Name: Installer-Scripts-kph.5
Author: kph
Time: 24 February 2009, 7:35:41 am
UUID: bd034f32-0245-11de-a647-000a95edb42a
Ancestors: Installer-Scripts-kph.4

We update SqueakMap using a full code bootstrap

=============== Diff against Installer-Scripts-kph.4 ===============

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldPostscript (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldPostscript
  
  Installer upgrade.
  
  Smalltalk organization removeSystemCategory: 'Monticello-Tests'.
  (MCPackage named: 'Monticello') workingCopy unregister.
  (MCPackage named: 'PackageInfo') workingCopy unregister.
  (MCPackage named: 'MonticelloConfigurations') workingCopy unregister.
  
  SystemOrganization removeEmptyCategories.
  
  MCMethodDefinition freeSomeSpace.
  MCFileBasedRepository freeSomeSpace.
  DataStream initialize.
  
- Transcript show: 'Postscript: Squeakmap Update '.
  
+ Installer install:'LevelPlayingField-UpdateSqueakMap'.
+  
- [ Installer sm update ] ifError: [ Transcript show: '(Squeakmap not installed)'.].
- 
  Installer install:'LevelPlayingField-LauncherLaunch'.
  !

Item was added:
+ ----- Method: InstallerScripts>>scriptLevelPlayingFieldUpdateSqueakMap (in category 'as yet unclassified') -----
+ scriptLevelPlayingFieldUpdateSqueakMap
+  
+ 	(Smalltalk classNamed: #SMSqueakMap) ifNil: [ ^ self ].
+ 
+ 	self logCR: 'Postscript: Squeakmap Update '.
+ 
+ 	Installer wsm addPackage: 'SqueakMap2 base'; bootstrap; install.
+ 	Installer wsm addPackage: 'SqueakMap2 base'; bootstrap; install.
+ 	Installer wsm addPackage: 'SqueakMap2 loader'; install.  
+ 	Installer wsm addPackage: 'SqueakMap2 loader'; install.  !



More information about the Packages mailing list