thanks yanni for pharo and moose we want to have automated builds. This will kick our ass so I'm sure that the system will be better after :)
Stef On Sep 1, 2010, at 5:39 PM, Yanni Chiu wrote: > Cyrille Delaunay wrote: >> Ok, thanks :) >> The problem now is that 'Utilities updateFromServer' open a window to inform >> the user, waiting for the user to click on ok. In my case, I want to use >> such a method to update the image from a script (for example launched from >> hudson). But this 'inform' window stop the execution of the script > > Try: > > [Utilities updateFromServer] valueSuppressingAllMessages. > > FWIW, I used to run this update on my Hudson server, but I eventually > disabled it, in favour of manually updating to the latest image download from > https://gforge.inria.fr/frs/?group_id=1299. There was always some issue that > came up, that required manual intervention. Now that more people are doing > automated builds, you may have a different experience. > > With the new link at: > http://www.pharo-project.org/pharo-download/unstable-core > > it should be possible to automate the image update, but I've not tried yet. > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
