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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Feb 26 06:27:06 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: 26 February 2009, 6:27:05 am
UUID: 7874b14f-c43f-4a15-a7d0-cab4c44756ca
Ancestors: Installer-Scripts-kph.6

adjusted so that 3.7 doesnt load 6086

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

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldPreamble (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldPreamble
  
  Transcript show: 'Preamble found:'.
  Installer mantis ensureFix: 7131.
  Installer mantis ensureFix: 7205.
  Installer mantis ensureFix: 7218.
  Installer mantis ensureFix: 7166.
  Installer mantis ensureFix: 7291.
  Installer mantis ensureFix: 6426.
+ Installer mantis fixBug: '5851 Refactor SmalltalkImage saveAs'.
+  
+ Installer install: 'LevelPlayingField-PreambleAllBut'.!
- !

Item was added:
+ ----- Method: InstallerScripts>>scriptLevelPlayingFieldPreambleAllButSqueak37 (in category 'as yet unclassified') -----
+ scriptLevelPlayingFieldPreambleAllButSqueak37
+ 
+ 	"fixes in other versions go to AllBut"!

Item was added:
+ ----- Method: InstallerScripts>>scriptLevelPlayingFieldPreambleAllBut (in category 'as yet unclassified') -----
+ scriptLevelPlayingFieldPreambleAllBut
+ 
+ 	"any fixes that are only needed in all versions (but some)"
+ 	Installer mantis fixBug: '6086 Improved Line End Convention Specification'.
+ !

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldLauncherLaunch (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldLauncherLaunch
- 
-  Installer mantis fixBug: '6086 Improved Line End Convention Specification'.
   
   Installer squeaksource project:'Installer';
          install:  'Installer-Launcher'.
+ 
-  
-  Installer mantis fixBug: '5851 Refactor SmalltalkImage saveAs'.
-  
   Transcript cr; cr; show:'You now have a level playing field.'.
   Transcript cr; cr; show:'Launcher now processing additional commandline parameters...'.
+ 
   (Smalltalk at: #Launcher) new
   		actionSelector: #launchFrom: ;
   		image: SmalltalkImage current;
   		commandLineClass: Launcher;
   		beFirstTime;
   		begin;
   		yourself.!

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldSqueak37 (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldSqueak37
  
  Installer debug mantis fixBug: '6476 Enable MC File in if before 3.9'.
  
  "add ifNil:ifNotNil"
+ Installer installUrl: 'http:/ftp.squeak.org/3.11/bob/For37.cs'.
- Installer installUrl: 'http://installer.pbwiki.com/f/For37.cs'.
  
  Installer install:'LevelPlayingField-Monticello15'.
  
  Installer squeaksource project: 'Glorp37Compat'; install: 'Glorp3.7Compatibility'.!

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/Monticello.impl-kph.637.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: 'Monticello.impl-kph.637';
- installQuietly: 'Monticello.impl-kph.635';
  installQuietly: 'PackageInfo-Base'.!

Item was removed:
- ----- Method: InstallerScripts>>scriptLPFPreamble (in category 'as yet unclassified') -----
- scriptLPFPreamble!



More information about the Packages mailing list