[squeak-dev] The Trunk: MonticelloConfigurations-mt.172.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 19 10:42:32 UTC 2022


Marcel Taeumel uploaded a new version of MonticelloConfigurations to project The Trunk:
http://source.squeak.org/trunk/MonticelloConfigurations-mt.172.mcz

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

Name: MonticelloConfigurations-mt.172
Author: mt
Time: 19 January 2022, 11:42:33.571855 am
UUID: a503229a-a42a-e546-b442-662a28e361a9
Ancestors: MonticelloConfigurations-ct.171

Fixes GetText export: "withCRs translated" -> "translated withCRs"

=============== Diff against MonticelloConfigurations-ct.171 ===============

Item was changed:
  ----- Method: MCConfigurationBrowser>>description (in category 'description') -----
  description
  	self selectedDependency ifNotNil:
  		[:dep |
+ 		^ ('Package: {1}\{2}' withCRs format: {dep package name. dep versionInfo summary}) asText].
- 		^ ('Package: {1}\{2}' withCRs translated format: {dep package name. dep versionInfo summary}) asText].
  	self selectedRepository ifNotNil:
  		[:repo |
  		^repo creationTemplate
  			ifNotNil: [repo creationTemplate asText]
  			ifNil: [repo asCreationTemplate asText addAttribute: TextColor red]].
+ 	^'A configuration is a set of particular versions of packages.  These can be used to manage multiple dependencies amongst packages when an update requires changes to multiple packages.  One stores the current configuration and then modifies the various packages needing modification.  On load, the image will be updated to at least the versions in the current configuration, hence providing the support needed to load the new packages.\\To create a new configuration first load the most up-to-date configuration in your repository (e.g., {1}), open that repository in the Monticello browser, scroll down to the "update" package, select the first entry in the list on the right hand side and click Browse, which will open the configuration in a new MCConfigurationBrowser.  Then in the new MCConfigurationBrowser click Update, and choose "update all from image" from the pop-up menu.  Click Store to save back to the repository.  If required, one can add repositories to the browser to store the 
 configuration in a different repository.' translated withCRs format: {MCHttpRepository trunkUrlString}!
- 	^'A configuration is a set of particular versions of packages.  These can be used to manage multiple dependencies amongst packages when an update requires changes to multiple packages.  One stores the current configuration and then modifies the various packages needing modification.  On load, the image will be updated to at least the versions in the current configuration, hence providing the support needed to load the new packages.\\To create a new configuration first load the most up-to-date configuration in your repository (e.g., {1}), open that repository in the Monticello browser, scroll down to the "update" package, select the first entry in the list on the right hand side and click Browse, which will open the configuration in a new MCConfigurationBrowser.  Then in the new MCConfigurationBrowser click Update, and choose "update all from image" from the pop-up menu.  Click Store to save back to the repository.  If required, one can add repositories to the browser to store the 
 configuration in a different repository.' withCRs translated format: {MCHttpRepository trunkUrlString}!



More information about the Squeak-dev mailing list