The Trunk: 45Deprecated-fbs.15.mcz

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

The Trunk: 45Deprecated-fbs.15.mcz

commits-2
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.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: 45Deprecated-fbs.15.mcz

Frank Shearar-3
On 25 November 2013 15:10,  <[hidden email]> 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