docs/hack/make
Michael Crosby e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds 2014-04-30 12:27:52 -07:00
..
.ensure-busybox
.ensure-scratch
.validate
README.md
binary
cover
cross
dynbinary
dyntest
dyntest-integration
test-integration
test-integration-cli Merge pull request #5464 from tianon/close-leftover-fds 2014-04-30 12:27:52 -07:00
test-unit Add new test-unit make rule which only runs the unit tests. Renames test 2014-04-29 23:26:27 +00:00
tgz
ubuntu
validate-dco
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