The Trunk: ReleaseBuilder-fbs.94.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ReleaseBuilder-fbs.94.mcz

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

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

Name: ReleaseBuilder-fbs.94
Author: fbs
Time: 12 April 2013, 4:07:08.756 pm
UUID: a2e00b12-919b-45a8-85f4-770df28a205d
Ancestors: ReleaseBuilder-fbs.93

You have to specify the project when using URL-based Installers.

=============== Diff against ReleaseBuilder-fbs.93 ===============

Item was changed:
  ----- Method: ReleaseBuilderFor4dot5 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'
  'Nebraska'
  'Universes'
  'XML-Parser') do: [:pkgName |
+ Installer squeak
+ project: 'trunk';
+ install: pkgName].!
- Installer squeak install: pkgName].!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: ReleaseBuilder-fbs.94.mcz

Frank Shearar-3
On 12 April 2013 16:07,  <[hidden email]> wrote:

> Frank Shearar uploaded a new version of ReleaseBuilder to project The Trunk:
> http://source.squeak.org/trunk/ReleaseBuilder-fbs.94.mcz
>
> ==================== Summary ====================
>
> Name: ReleaseBuilder-fbs.94
> Author: fbs
> Time: 12 April 2013, 4:07:08.756 pm
> UUID: a2e00b12-919b-45a8-85f4-770df28a205d
> Ancestors: ReleaseBuilder-fbs.93
>
> You have to specify the project when using URL-based Installers.
>
> =============== Diff against ReleaseBuilder-fbs.93 ===============

This guy fixes (*) the ReleaseSqueakTrunk build. The Installer classes
have completely rubbish error messages: they complain about accessing
a non-existent index in a collection, for instance, when they should
say "you idiot, you didn't tell me what project to use".

frank

(*) Proof pending on CI