[squeak-dev] [CI] Unloading a package programmatically?

Casey Ransberger casey.obrien.r at gmail.com
Fri Sep 9 03:58:09 UTC 2011


In the after.st script, I see this. This is probably where the build is
hanging presently.

"Unload Build Tools"
[ Gofer new
        package: 'HudsonBuildTools';
        unload ]
                on: Error
                do: [ :err | "package not present" ].
!

This is to rid the build tools from the produced artifact, a nice touch.
Since we don't have Gofer in Squeak, is there an easy way to do this?

-- 
Casey Ransberger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20110908/776d0354/attachment.htm


More information about the Squeak-dev mailing list