[Pharo-project] New command line option: load updates
Hi, There is now a command line option to load updates. To test it: wget --quiet -qO - http://pharo.gforge.inria.fr/ci/ciPharo20NBCog.sh | bash ./vm.sh Pharo.image update What is does it to load updates, then snapshot and quit. The idea is to use this in the new CI setup so we don't need any external scripts. -- Marcus Denker -- http://marcusdenker.de
nice! :) now we should rewrite the monkey fully in Pharo, given that we have now almost everything needed that shouldn't be that hard anymore ;)! On 2012-11-08, at 14:39, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
There is now a command line option to load updates.
To test it:
wget --quiet -qO - http://pharo.gforge.inria.fr/ci/ciPharo20NBCog.sh | bash
./vm.sh Pharo.image update
What is does it to load updates, then snapshot and quit.
The idea is to use this in the new CI setup so we don't need any external scripts.
-- Marcus Denker -- http://marcusdenker.de
Cool! I like the noise of the falling of large bash scripts. The lesser the better Stef
Hi,
There is now a command line option to load updates.
To test it:
wget --quiet -qO - http://pharo.gforge.inria.fr/ci/ciPharo20NBCog.sh | bash
./vm.sh Pharo.image update
What is does it to load updates, then snapshot and quit.
The idea is to use this in the new CI setup so we don't need any external scripts.
-- Marcus Denker -- http://marcusdenker.de
participants (3)
-
Camillo Bruni -
Marcus Denker -
Stéphane Ducasse