[squeak-dev] The Trunk: 45Deprecated-fbs.15.mcz

Frank Shearar frank.shearar at gmail.com
Mon Nov 25 17:14:28 UTC 2013


On 25 November 2013 15:10,  <commits at source.squeak.org> wrote:
> Frank Shearar uploaded a new version of 45Deprecated to project The Trunk:
> http://source.squeak.org/trunk/45Deprecated-fbs.15.mcz
>
> ==================== Summary ====================
>
> Name: 45Deprecated-fbs.15
> Author: fbs
> Time: 25 November 2013, 3:10:55.617 pm
> UUID: 77716a1d-773c-8b41-bbaa-ce98c8b1175a
> Ancestors: 45Deprecated-fbs.14
>
> Restore (temporarily) a method needed by the update process.
>
> =============== Diff against 45Deprecated-fbs.14 ===============
>
> Item was added:
> + ----- Method: Utilities class>>setSystemVersion: (in category '*45Deprecated-fetching updates') -----
> + setSystemVersion: aConfig
> +       self deprecated: 'Use MCConfiguration >> #setSystemVersion'.
> +       aConfig setSystemVersion.!

Nicolas, does this fix things for you?

Things still break badly if you use the Squeak4.5.image from the
squeak-ci repository, because that image doesn't have the 45Deprecated
package. Updating it from the command line - rake update_base_image -
works because it has a _copy_ of Utilities' updateFromServer.

frank


More information about the Squeak-dev mailing list