Hernán Morales Durand wrote:
So, please correct me if I am wrong:
1) The most secure cross-fork way to update Monticello for clean images is
HTTPSocket httpFileIn: 'ftp.squeak.org/3.11/scripts/LPF.st <http://ftp.squeak.org/3.11/scripts/LPF.st>'. that method is not supported in older squeaks. 2) Installer is necessary to update Monticello to 1.5 or 1.6
3) It is well-know that packages like OmniBrowser doesn't load after this update is done? (at least in Squeak images)
Thats possibly a bug in OB, it calls withSubclassesDo: on a trait. Its not well known to me, fixing the above I can generate the dev images
See http://bugs.squeak.org/view.php?id=7369 If other patches are required, the monticello scripts for loading into Pharo are in InstallerScripts, and you are welcome to maintain them there
Keith