Installer-Core-cmm.370 breaks CogVM job on build.squeak.org

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

Installer-Core-cmm.370 breaks CogVM job on build.squeak.org

David T. Lewis
I noticed that the CogVM job on build.squeak.org is failing. It turns out
that the Squeak script is failing because of this:

Installer ss project: 'Speech' ==> MessageNotUnderstood: MCHttpRepository>>removeRepository:

InstallerMontecello>>project: expects to work with a MCRepositoryGroup, not
with a single repository.

Reverting to the prior Installer-Core version fixes it, but I'm not sure if
that's the right thing to do. Perhaps InstallerMonticello>>project needs to
be fixed instead?

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Installer-Core-cmm.370 breaks CogVM job on build.squeak.org

Chris Muller-3
Thanks Dave, I just posted a fix.

On Mon, May 6, 2013 at 9:55 PM, David T. Lewis <[hidden email]> wrote:

> I noticed that the CogVM job on build.squeak.org is failing. It turns out
> that the Squeak script is failing because of this:
>
> Installer ss project: 'Speech' ==> MessageNotUnderstood: MCHttpRepository>>removeRepository:
>
> InstallerMontecello>>project: expects to work with a MCRepositoryGroup, not
> with a single repository.
>
> Reverting to the prior Installer-Core version fixes it, but I'm not sure if
> that's the right thing to do. Perhaps InstallerMonticello>>project needs to
> be fixed instead?
>
> Dave
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Installer-Core-cmm.370 breaks CogVM job on build.squeak.org

David T. Lewis
Thanks Chris, that fixed it and the CogVM job on jenkins is green again.

On Tue, May 07, 2013 at 08:00:16PM -0500, Chris Muller wrote:

> Thanks Dave, I just posted a fix.
>
> On Mon, May 6, 2013 at 9:55 PM, David T. Lewis <[hidden email]> wrote:
> > I noticed that the CogVM job on build.squeak.org is failing. It turns out
> > that the Squeak script is failing because of this:
> >
> > Installer ss project: 'Speech' ==> MessageNotUnderstood: MCHttpRepository>>removeRepository:
> >
> > InstallerMontecello>>project: expects to work with a MCRepositoryGroup, not
> > with a single repository.
> >
> > Reverting to the prior Installer-Core version fixes it, but I'm not sure if
> > that's the right thing to do. Perhaps InstallerMonticello>>project needs to
> > be fixed instead?
> >
> > Dave
> >
> >