script/build-linux builds the Linux binary inside a Docker container:
$ script/build-linux
script/build-osx builds the Mac OS X binary inside a virtualenv:
$ script/build-osx
For official releases, you should build inside a Mountain Lion VM for proper compatibility. Run the this script first to prepare the environment before building - it will use Homebrew to make sure Python is installed and up-to-date.
$ script/prepare-osx
compose/__init__.pydocs/install.mdCHANGES.mdscript/build-linux and attach
to releasescript/build-osx and attach to
release as docker-compose-Darwin-x86_64 and docker-compose-Linux-x86_64.script/deploy-docsUpload PyPi package
$ git checkout $VERSION
$ python setup.py sdist upload