[squeak-dev] The Trunk: MonticelloConfigurations-dtl.77.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 11 03:28:08 UTC 2010


David T. Lewis uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-dtl.77.mcz

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

Name: MonticelloConfigurations-dtl.77
Author: dtl
Time: 10 May 2010, 11:27:16.034 pm
UUID: 45cc1dd7-76d0-49d7-8799-189d49f3ba37
Ancestors: MonticelloConfigurations-dtl.76

Updated class comments

=============== Diff against MonticelloConfigurations-dtl.76 ===============

Item was changed:
  Object subclass: #MCConfiguration
  	instanceVariableNames: 'name dependencies repositories log'
  	classVariableNames: 'DefaultLog ExtraProgressInfo LogToFile'
  	poolDictionaries: ''
  	category: 'MonticelloConfigurations'!
  
+ !MCConfiguration commentStamp: 'dtl 5/10/2010 23:03' prior: 0!
+ An MCConfiguration specifies the configuration of a set of related Monticello packages. It maintains an ordered list of package versions and a list of repositories in which the packages may be found.
- !MCConfiguration commentStamp: 'dtl 5/10/2010 21:35' prior: 0!
- An MCConfiguration specifies the configuration of a set of related Monticello packages. It maintains an ordered list of package versions and a list of repositories in which the packages may be found. The package versions are treated as minimum version levels for each specified package.
  
  An MCConfiguration may be filed out for storage as an array specification, and new instances can be created from a stored array specification.
  !

Item was changed:
  Object subclass: #MCMcmUpdater
  	instanceVariableNames: ''
  	classVariableNames: 'DefaultUpdateURL LastUpdateMap'
  	poolDictionaries: ''
  	category: 'MonticelloConfigurations'!
  
+ !MCMcmUpdater commentStamp: 'dtl 5/10/2010 23:22' prior: 0!
+ MCMcmUpdater provides utility methods for updating Monticello packages from Monticello configurations.
+ 
+ When Monticello configurations are stored in a repository, MCMcmUpdater acts as an update stream. It first ensures that each configuration map has been loaded in sequence, then updates the last configuration map to the most recent version for each specified package, and finally loads these versions to produce a fully updated configuration. !
- !MCMcmUpdater commentStamp: 'dtl 5/10/2010 22:31' prior: 0!
- MCMcmUpdater provides utility methods for updating Monticello packages from Monticello configurations. When Monticello configurations are stored in a repository, MCMcmUpdater acts as an update stream that loads each configuration map in sequence until all specified packages are fully updated.!




More information about the Squeak-dev mailing list