[Pkg] Installer: Installer-Core-damiencassou.319.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Apr 25 13:01:21 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-damiencassou.319.mcz

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

Name: Installer-Core-damiencassou.319
Author: damiencassou
Time: 25 April 2009, 3:01:15 pm
UUID: acfd4336-c091-4d0f-877e-d79b9754d894
Ancestors: Installer-Core-kph.318

- Tries to fix errors when creating the dev images

=============== Diff against Installer-Core-kph.318 ===============

Item was changed:
  ----- Method: InstallerMonticello>>http: (in category 'instance creation') -----
  http: aUrl  
  	
+ 	self http: aUrl user: '' password: ''
- 	self http: aUrl user: 'squeak' password: 'squeak'
  		
   !

Item was changed:
  ----- Method: Installer class>>squeaksource (in category 'repositories') -----
  squeaksource
  
+ 	^ self monticello http: 'http://www.squeaksource.com'!
- 	^ self monticello http: 'www.squeaksource.com'!

Item was changed:
  ----- Method: Installer class>>lukas (in category 'repositories') -----
  lukas
  
+ 	^ self monticello http: 'http://source.lukas-renggli.ch'!
- 	^ self monticello http: 'source.lukas-renggli.ch'!

Item was changed:
  ----- Method: Installer class>>wiresong (in category 'repositories') -----
  wiresong
  
+ 	^ self monticello http: 'http://source.wiresong.ca'!
- 	^ self monticello http: 'source.wiresong.ca'!



More information about the Packages mailing list