storage/hack/make
Tianon Gravi ff08357c9b Fix hack/make/ubuntu to install both docker.service and docker.socket
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-07-16 23:03:32 -06:00
..
.ensure-busybox
.ensure-scratch
.validate
README.md
binary
cover
cross
dynbinary Disable netgo for dynbinary builds 2014-06-19 14:35:30 -06:00
dyntest-integration
dyntest-unit Fix dyntest and rename it to dyntest-unit to match the test-unit rename 2014-06-19 15:06:34 -06:00
test-integration Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
test-integration-cli Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
test-unit Fix hanging on tests failing 2014-05-19 08:26:05 +04:00
tgz
ubuntu Fix hack/make/ubuntu to install both docker.service and docker.socket 2014-07-16 23:03:32 -06:00
validate-dco Fix DCO parsing for numeric github handles like cpuguy83 2014-07-07 09:57:50 -06:00
validate-gofmt

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