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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Mar 6 20:39:44 UTC 2009


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

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

Name: Installer-Scripts-kph.9
Author: kph
Time: 6 March 2009, 8:39:39 pm
UUID: e9cbf7f2-0a8e-11de-9863-000a95edb42a
Ancestors: Installer-Scripts-kph.7

extracted UpgradeMonticello and

UpgradeMonticelloBootstrap to be runnable outside of LPF

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

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15Pharo (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldMonticello15Pharo
  
+ 	Installer install: 'UpgradeMonticelloBootstrap'.
+ 	Installer install: 'UpgradeMonticello'.
+ !
- (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
- (Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
- 
- Installer ss project:'mc';
- installQuietly: self class configMCVersion;
- installQuietly: 'PackageInfo-Base'.!

Item was added:
+ ----- Method: InstallerScripts>>scriptUpgradeMonticelloBootstrap (in category 'as yet unclassified') -----
+ scriptUpgradeMonticelloBootstrap
+ 
+ 	(Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
+ 	(Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
+ 
+ !

Item was added:
+ ----- Method: InstallerScripts>>scriptUpgradeMonticello (in category 'as yet unclassified') -----
+ scriptUpgradeMonticello
+ 
+ 	Installer ss project:'mc';
+ 		installQuietly: self class configMCVersion;
+ 		installQuietly: 'PackageInfo-Base'.
+ !

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15 (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldMonticello15
  
+ 	Installer install: 'UpgradeMonticelloBootstrap'.
+ 	
- (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
- (Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
- 
  ((SequenceableCollection organization categoryOfElement: #do:displayingProgress:) beginsWith: '*')
  ifTrue: [SequenceableCollection organization classify: #do:displayingProgress: under: #enumerating].
  
+ 	Installer install: 'UpgradeMonticello'.
+ !
- Installer ss project:'mc';
- installQuietly: self class configMCVersion;
- installQuietly: 'PackageInfo-Base'.!



More information about the Packages mailing list