moby--moby/hack/make
Avi Miller e3b5889783 Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build.
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2015-07-08 15:30:42 +10:00
..
.build-deb Moving man pages out of docs 2015-06-10 13:43:35 -07:00
.build-rpm Remove specific dependencies and let RPM auto-generate the dependencies on libraries during build. 2015-07-08 15:30:42 +10:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen Add branch and build time to version 2015-06-22 13:00:27 -07:00
.go-compile-test-dir
.integration-daemon-setup hack: explicit bundles for integration-cli prequisites 2015-06-09 07:22:26 +02:00
.integration-daemon-start Check for apparmor file before reading it 2015-06-17 11:58:17 -05:00
.integration-daemon-stop Check for apparmor file before reading it 2015-06-17 11:58:17 -05:00
.validate
README.md
binary
build-deb Moving man pages out of docs 2015-06-10 13:43:35 -07:00
build-rpm Moving man pages out of docs 2015-06-10 13:43:35 -07:00
cover
cross
dynbinary
dyngccgo
gccgo
test-docker-py hack: explicit bundles for integration-cli prequisites 2015-06-09 07:22:26 +02:00
test-integration-cli Remove timer and use -check.v for tests formatting 2015-06-18 14:22:40 -07:00
test-unit
tgz
ubuntu Moving man pages out of docs 2015-06-10 13:43:35 -07:00
validate-dco
validate-gofmt
validate-pkg Add new "validate-pkg" bundlescript 2015-06-12 12:28:23 -07:00
validate-test
validate-toml
validate-vet

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