[Vm-dev] VM Maker: Cog-eem.150.mcz

commits at source.squeak.org commits at source.squeak.org
Sat May 10 22:15:02 UTC 2014


Eliot Miranda uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-eem.150.mcz

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

Name: Cog-eem.150
Author: eem
Time: 10 May 2014, 3:14:47.788 pm
UUID: aaaabefb-49ee-415d-8fc7-7079819c7ff3
Ancestors: Cog-eem.149

Implement the upload side and correct the spur template (!!).

=============== Diff against Cog-eem.149 ===============

Item was changed:
  ----- Method: SpurBootstrapMonticelloPackagePatcher>>spur (in category 'repository population') -----
  spur
  	^MCHttpRepository fillInTheBlankConfigure:
  		(MCHttpRepository
+ 			creationTemplateLocation: 'http://source.squeak.org/spur'
- 			creationTemplateLocation: 'http://source.squeak.org/trunk'
  			user: 'user with write permission'
  			password: 'password')!

Item was added:
+ ----- Method: SpurBootstrapMonticelloPackagePatcher>>uploadTo: (in category 'repository population') -----
+ uploadTo: uploadRepository 
+ 	| localRepo |
+ 	localRepo := MCDirectoryRepository directory: destDir.
+ 	localRepo allVersionsDo:
+ 		[:version|
+ 		(uploadRepository includesVersionNamed: version info name) ifFalse:
+ 			[uploadRepository storeVersion: version]]!



More information about the Vm-dev mailing list