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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Mar 5 15:31:07 UTC 2009


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

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

Name: Installer-Scripts-kph.7
Author: kph
Time: 5 March 2009, 3:31 pm
UUID: a1bfa137-099a-11de-9863-000a95edb42a
Ancestors: Installer-Scripts-kph.6

+ #configMCVersion


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

Item was added:
+ ----- Method: InstallerScripts class>>configMCVersion (in category 'as yet unclassified') -----
+ configMCVersion
+ 
+ 	^ 'Monticello.impl-kph.639'
+ !

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

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15Pharo (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldMonticello15Pharo
  
+ (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
+ (Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
- Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/PackageInfo-Base-kph.67.st'.
- Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/Monticello.impl-kph.635.st'.
  
  Installer ss project:'mc';
+ installQuietly: self class configMCVersion;
- installQuietly: 'Monticello.impl-kph.635';
  installQuietly: 'PackageInfo-Base'.!



More information about the Packages mailing list