[squeak-dev] The Trunk: MonticelloConfigurations-nice.126.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 12 23:03:12 UTC 2014


Nicolas Cellier uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-nice.126.mcz

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

Name: MonticelloConfigurations-nice.126
Author: nice
Time: 13 May 2014, 1:02:58.321 am
UUID: 37cab7ca-efc5-404b-b453-c88659cb8c3b
Ancestors: MonticelloConfigurations-eem.125

Be resilient to a potentially empty secondaryUpdateURL.

=============== Diff against MonticelloConfigurations-eem.125 ===============

Item was changed:
  ----- Method: MCMcmUpdater class>>updateFromDefaultRepository (in category 'updating') -----
  updateFromDefaultRepository
  	"Update from the default repository, or primary and secondary only."
  	^self updateFromRepositories: (self secondaryUpdateURL
  										ifNil: [{self defaultUpdateURL}]
  										ifNotNil: [:secondary|
+ 											secondary
+ 												ifEmpty: [{self defaultUpdateURL}]
+ 												ifNotEmpty: [{self defaultUpdateURL. secondary}]])!
- 											{self defaultUpdateURL. secondary}])!



More information about the Squeak-dev mailing list