Move all build scripts to script/build

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-15 16:27:43 -05:00
commit a87d482a3b
11 changed files with 11 additions and 11 deletions

View file

@ -22,15 +22,15 @@ REPO=docker/compose
# Build the binaries
script/clean
script/build-linux
script/build/linux
# TODO: build osx binary
# script/prepare-osx
# script/build-osx
# script/build/osx
# TODO: build or fetch the windows binary
echo "You need to build the osx/windows binaries, that step is not automated yet."
echo "Building the container distribution"
script/build-image $VERSION
script/build/image $VERSION
echo "Create a github release"
# TODO: script more of this https://developer.github.com/v3/repos/releases/