moby--moby/hack/make
Tianon Gravi 949a21b55f Move scripts back to hack/, leave docs in project/
This also removes the now-defunct `*maintainer*.sh` scripts that don't work with the new TOML format, and moves a couple not-build-or-release-related scripts to `contrib/` instead.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-03-13 14:04:08 -06:00
..
.dockerinit Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-emptyfs Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-frozen-images Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.ensure-httpserver Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.go-autogen Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.go-compile-test-dir Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.integration-daemon-start Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.integration-daemon-stop Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
.validate Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
README.md Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
binary Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
cover Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
cross Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
dynbinary Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-docker-py Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-integration Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-integration-cli Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
test-unit Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
tgz Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
ubuntu Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-dco Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-gofmt Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00
validate-toml Move scripts back to hack/, leave docs in project/ 2015-03-13 14:04:08 -06:00

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