Hi guys,

I was building a simple CI job to run an acceptance test for the pharovm. Now, as we talked with Esteban and Camillo, we want to:
- take an stable pharo20
- load an stable freezed version of moose
- load an stable freezed version of seaside
- run tests

as a first attempt.

However, I find the configuration of moose has no 4.8 version as I was expecting, and loading the latest development version does not really do it (we want to test the vm, not moose :).

How can I get a freezed version of moose working on 2.0?

Tx!!
Guille