Sept. 11, 2016
9:44 p.m.
Hello, when I remember correctly when I tested cleaning last time, the problem was in the method ImageCleaner>>cleanUpForRelease (called form cleanUpForProduction). Try to comment "self cleanUpMethods." in ImageCleaner>>cleanUpForRelease - "cleanUpMethods" method never finish. Have you tried "minimal image" or "kernel image" (instead of cleaning full image)? pf
Hello,
Isn't cleanup the headless image working right now? I know it has some problems, but I tried to:
curl get.pharo.org | bash ./pharo Pharo.image clean --production
It runs for hours and don't complete. Last time I leave it for about 5 hours before I cancelled.
Regards, Vitor