This is the code repository for Squeak's build system.
A build works basically as follows. First, 32-bit and 64-bit images are prepared and tested:
version.sh
file with the version informationSecond, the prepare-bundles.sh script downloads VMs from http://files.squeak.org/base/ and then creates the bundles through the following scripts:
Finally, deploy_bundles.sh uploads everything to http://files.squeak.org/ (e.g., bleeding-edge trunk builds go to http://files.squeak.org/trunk).