Hi cyrille 

I published a read to be tested version of UpdateStreamer.
Please have a look this is in PharoTaskForces/Updater

I'm a little class inspired heavily from Utilities that download update.list 
and launch update.

you can tell me to update throw a given number of update or to be verbose.


UpdateStreamer new 
        beVerbose;
        updateFromServer
        
This will update all the updates available and show up dialogs
        

UpdateStreamer new 
        beSilent;
        upToNumber: 13000; 
        updateFromServer
        
let me know if this is working. I tested it and it seems so.
Once we are a bit more confident :), we can use it in pharo and nuke (yeah) 
Utilities.

Stef
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to