[Pkg] Sake : Bob-kph.9.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Feb 17 22:34:10 UTC 2009


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

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

Name: Bob-kph.9
Author: kph
Time: 17 February 2009, 10:34:08 pm
UUID: 76ecd352-80df-4c3d-a923-27ac29e57924
Ancestors: Bob-kph.7

getting there

=============== Diff against Bob-kph.7 ===============

Item was changed:
+ BobBuildImage subclass: #BobBuildReleaseAfterSqueak310
- BobBuild subclass: #BobBuildReleaseAfterSqueak310
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Bob-Releases'!

Item was added:
+ BobBuildImage subclass: #BobBuild310Build
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Bob-Releases'!
+ 
+ !BobBuild310Build commentStamp: 'kph 2/16/2009 23:48' prior: 0!
+ A BobBuild310Build is xxxxxxxxx.
+ 
+ Instance Variables
+ 
+ 
+ self build theScript!

Item was added:
+ SystemOrganization addCategory: #'Bob-Releases'!
+ SystemOrganization addCategory: #'Bob-Techglia'!

Item was changed:
  ----- Method: BobBuildReleaseAfterSqueak310>>build0000 (in category 'as yet unclassified') -----
  build0000
  
  	info name: 'Squeak3.11-basic'.
  	info moniker: '311'.
  	info codeName: 'Kipper'.
  	info by: 'kph'.
  	info image: 'bzr://bzr.warwick.st/squeak/3.10'.
+ 	
  	info candidate: false.
  	info release: false.
  	info overwrite: true.
  	info comment: 'testing'.
  		
  		
  !

Item was added:
+ BobBuildImage subclass: #BobBuildBlueSky
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Bob-Techglia'!
+ 
+ !BobBuildBlueSky commentStamp: 'kph 2/12/2009 03:54' prior: 0!
+ ('test' asFile writer: [ :s | self build info storeOn: s ]) contents
+ !

Item was added:
+ ----- Method: BobBuildBlueSky>>build0000 (in category 'as yet unclassified') -----
+ build0000
+ 
+ 	info name: 'BlueSky'.
+ 	info codeName: 'Cirus'.
+ 	info by: 'kph'.
+ 	info image: (self outputDir / '310bc/LATEST/*.zip').
+ 	
+ 	info candidate: false.
+ 	info release: false.
+ 	info overwrite: true.
+ 	info comment: 'Learning to breathe'.
+ """"""
+ 	Transcript open
+ 	Transcript cr; show: 'Testing'.
+ 		
+ !

Item was added:
+ ----- Method: BobBuildBlueSky class>>test (in category 'as yet unclassified') -----
+ test
+ 
+ 	self build runStepping.!

Item was added:
+ ----- Method: BobBuild310Build>>theScript (in category 'as yet unclassified') -----
+ theScript
+ 
+  	self 
+ 		scriptTranscriptLogToFile;
+ 		scriptAddLPF;
+ 		scriptAddInfoScript;
+ 		scriptTranscriptLogToFileStop;
+ 		scriptSaveImage.
+ 		
+ 	^ script contents
+ 	
+  !

Item was added:
+ ----- Method: BobBuild310Build>>build0000 (in category 'as yet unclassified') -----
+ build0000
+ 
+ 	info name: 'Squeak3.10.2-build'.
+ 	info when: '2009-02-16T00:34:25.466+00:00'.
+ 	info by: 'kph'.
+ 	info image: 'ftp://ftp.squeak.org/3.10/Squeak3.10.2*basic.zip' asFile.
+ 	
+ 	info release: false.
+ 
+ 	info comment: 'testing'.		
+ 
+ """"""
+ 	Installer install: 'Tasks'.
+ """"""
+ 	Squeak310MakeBuildCandidate taskBuild run.!

Item was removed:
- ----- Method: BobBuildReleaseAfterSqueak310>>build0002 (in category 'as yet unclassified') -----
- build0002
- 
- 	info name: 'Squeak3.11-basic'.
- 	info moniker: '311'.
- 	info codeName: 'Kipper'.
- 	info by: 'kph'.
- 	info image: 'bzr://bzr.warwick.st/squeak/3.10'.
- 	info candidate: false.
- 	info release: false.
- 	info overwrite: true.
- 	info comment: 'testing'.
- 		
- 		
-  !

Item was removed:
- SystemOrganization addCategory: #'Bob-Releases'!

Item was removed:
- ----- Method: BobBuildReleaseAfterSqueak310>>build0001 (in category 'as yet unclassified') -----
- build0001
- 
- 	info name: 'Squeak3.11-basic'.
- 	info moniker: '311'.
- 	info codeName: 'Kipper'.
- 	info by: 'kph'.
- 	info image: 'bzr://bzr.warwick.st/squeak/3.10'.
- 	info candidate: false.
- 	info release: false.
- 	info overwrite: true.
- 	info comment: 'testing'.
- 		
- 		
- !

Item was removed:
- ----- Method: BobBuildReleaseAfterSqueak310 class>>buildNextRelease (in category 'as yet unclassified') -----
- buildNextRelease
- 
- 	^ self define: [ :task |
- 	
- 		"obtain meta-data from instance side"	
- 		task perform: (task latest: #build).
- 	
- 		task action: { self taskObtainImage: task info image. }
- 	
- 	
- 	
- 	
- 	
- 	]!

Item was removed:
- ----- Method: BobBuildReleaseAfterSqueak310 class>>build (in category 'as yet unclassified') -----
- build
- 
- 	^ self buildNextRelease!



More information about the Packages mailing list