moby--moby/hack/make
Christopher Jones 9db1d16053
[ppc64le/s390x] add p/z to release-deb
This adds ppc64le and s390x architectures to those supported
by hack/make/release-debs

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-01-30 17:44:33 -05:00
..
.build-deb
.build-rpm Fix conflicts with newly updated selinux policies 2017-01-06 16:04:24 -05:00
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs Set inspect type in ensure-emptyfs 2016-12-09 08:26:05 -05:00
.go-autogen
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers Make sure we don't run integration cli test if compilation fails 2016-12-06 23:37:08 +01:00
README.md
binary
binary-client
binary-daemon
build-deb
build-integration-test-binary
build-rpm Add missing ${DOCKER_BUILD_ARGS} 2017-01-17 20:10:48 +08:00
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-client
dynbinary-daemon
generate-index-listing
install-binary
install-binary-client
install-binary-daemon
install-script
release-deb [ppc64le/s390x] add p/z to release-deb 2017-01-30 17:44:33 -05:00
release-rpm
run
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-integration-shell
test-old-apt-repo
test-unit
tgz
ubuntu
update-apt-repo
win

README.md

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh