[Pkg] The Trunk: ReleaseBuilder-fbs.101.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 9 21:16:31 UTC 2013


Frank Shearar uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-fbs.101.mcz

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

Name: ReleaseBuilder-fbs.101
Author: fbs
Time: 9 July 2013, 10:16:24.154 pm
UUID: 0defd2a0-b658-da4b-bbf4-66385adbfc9a
Ancestors: ReleaseBuilder-fbs.100

SystemReporter has no dependent packages, so is a prime candidate for unload/reloading. (I still need to update the CI shrink-image.st script.)

=============== Diff against ReleaseBuilder-fbs.100 ===============

Item was changed:
  ----- Method: ReleaseBuilder class>>loadWellKnownPackages (in category 'private') -----
  loadWellKnownPackages
  	"Load into the release image those packages that have been stripped from Trunk, but still deemed necessary for a release artifact."
  	#('311Deprecated'
  	'39Deprecated'
  	'45Deprecated'
  	'Nebraska'
  	'SmallLand-ColorTheme'
  	'ST80'
  	'ST80Tools'
+ 	'SystemReporter'
  	'Universes'
  	'XML-Parser') do: [:pkgName |
  		FileStream stdout nextPutAll: ('Loading {1}\' withCRs format: {pkgName}).
  		Installer squeak
  			project: 'trunk';
  			install: pkgName].!



More information about the Packages mailing list