moby--moby/hack/make
Tianon Gravi e55ed741c2 Update hack/make/ubuntu to use the new markdown-based manpages
This also removes all the old man pages, .gitignores their directory, and updates the md2man-all.sh script to be easier to read and more friendly to being called within hack/make/ubuntu.

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-04-21 10:42:46 -07:00
..
.validate Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
README.md Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 2013-09-09 18:45:40 -07:00
binary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cover Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cross Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dynbinary Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
dyntest-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
test-integration-cli Fetch the "busybox" image source so we can build locally instead of pulling during the integration tests 2014-04-14 13:35:54 -06:00
tgz Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 2014-03-19 22:25:09 -06:00
ubuntu Update hack/make/ubuntu to use the new markdown-based manpages 2014-04-21 10:42:46 -07:00
validate-dco Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
validate-gofmt Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -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