[Pharo-project] Software update
Hi guys. I am quite confused with software updates. When you do right button -> system -> software update, what is updated? just the core ? For example, tools like OB how must be updated ? Thanks, Mariano
Well...the Universe Browser used to be in the Pharo image, but now I just open up the repository from Monticello and check for changes when I see things flying around on the lists that might fix something that has been bugging me...! Take care, Rob 2009/3/22 Mariano Martinez Peck <marianopeck@gmail.com>
Hi guys. I am quite confused with software updates.
When you do right button -> system -> software update, what is updated? just the core ?
For example, tools like OB how must be updated ?
Thanks,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
The update stream only includes update for the image pharo-core for the pharo-dev you should use the universe browser. We do not maintain tools that are build on top of pharo and let their maintainers act as they wish. Stef On Mar 23, 2009, at 12:24 AM, Mariano Martinez Peck wrote:
Hi guys. I am quite confused with software updates.
When you do right button -> system -> software update, what is updated? just the core ?
For example, tools like OB how must be updated ?
Thanks,
Mariano _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Mar 23, 2009 at 9:19 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
The update stream only includes update for the image pharo-core for the pharo-dev you should use the universe browser.
Universe is currently not used anymore to build pharo-dev. I'm building them using Monticello. The best solution is to save your code externally using Monticello and use the most recent pharo-dev when it comes out. That will ensure your code can be loaded in all images. That's a best practice used by different people. You can also use the update stream to update the core and MC to update the packages you want but I do not recommend this solution. -- Damien Cassou http://damiencassou.seasidehosting.st
On Mon, Mar 23, 2009 at 6:57 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
On Mon, Mar 23, 2009 at 9:19 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
The update stream only includes update for the image pharo-core for the pharo-dev you should use the universe browser.
Universe is currently not used anymore to build pharo-dev. I'm building them using Monticello. The best solution is to save your code externally using Monticello and use the most recent pharo-dev when it comes out. That will ensure your code can be loaded in all images. That's a best practice used by different people.
Ok, thanks for explain me this. I will do it this way then.
You can also use the update stream to update the core and MC to update the packages you want but I do not recommend this solution.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Damien Cassou -
Mariano Martinez Peck -
Rob Rothwell -
Stéphane Ducasse