Merge pull request #1188 from dotcloud/1174-packaging-binary

Packaging: add pure binary to docker release
This commit is contained in:
Solomon Hykes 2013-07-15 13:59:06 -07:00
commit 45050d9887
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ whichrelease:
release: $(BINRELEASE)
s3cmd -P put $(BINRELEASE) s3://get.docker.io/builds/`uname -s`/`uname -m`/docker-$(RELEASE_VERSION).tgz
s3cmd -P put docker-latest.tgz s3://get.docker.io/builds/`uname -s`/`uname -m`/docker-latest.tgz
s3cmd -P put $(SRCRELEASE)/bin/docker s3://get.docker.io/builds/`uname -s`/`uname -m`/docker
srcrelease: $(SRCRELEASE)
deps: $(DOCKER_DIR)