docs/hack/make
Alexander Morozov 3198e76b77 Merge pull request #14862 from vdemeester/validate-lint-all-files
Update validate-lint to lint all go files
2015-07-22 15:18:02 -07:00
..
.build-deb Add AppArmor policy for the engine 2015-07-22 14:20:50 -04:00
.build-rpm
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start Move AppArmor policy to contrib & deb packaging 2015-07-21 11:05:53 -04:00
.integration-daemon-stop
.validate
README.md
binary
build-deb
build-rpm
cover
cross
dynbinary
dyngccgo
gccgo
release-deb
release-rpm
sign-repos
test-docker-py Update docker-py to current master (~docker-py 1.3.1) 2015-07-22 13:17:59 -04:00
test-integration-cli
test-unit
tgz
ubuntu Add AppArmor policy for the engine 2015-07-22 14:20:50 -04:00
validate-dco
validate-gofmt
validate-lint Update validate-lint to lint all go files 2015-07-22 23:21:18 +02:00
validate-pkg
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