moby--moby/hack/make
Daniel Nephin 4bfa2e634c Exclude generated types from linting.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-10-20 13:24:23 -07:00
..
.build-deb project: unify way of installing runc and containerd 2016-10-20 08:50:02 -07:00
.build-rpm project: unify way of installing runc and containerd 2016-10-20 08:50:02 -07:00
.resources-windows
.binary
.binary-setup Add init process for zombie fighting 2016-09-19 17:33:50 -07:00
.detect-daemon-osarch 'eg.' should be 'e.g.' 2016-09-21 13:48:06 +08:00
.ensure-emptyfs
.go-autogen
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers 'eg.' should be 'e.g.' 2016-09-21 13:48:06 +08:00
.validate
README.md
binary
binary-client
binary-daemon Add init process for zombie fighting 2016-09-19 17:33:50 -07:00
build-deb project: unify way of installing runc and containerd 2016-10-20 08:50:02 -07:00
build-integration-test-binary
build-rpm project: unify way of installing runc and containerd 2016-10-20 08:50:02 -07:00
clean-apt-repo
clean-yum-repo
cover
cross Remove amd64 assumption in release.sh, cross and tgz scripts 2016-10-03 15:46:42 -07:00
dynbinary
dynbinary-client
dynbinary-daemon
generate-index-listing
install-binary
install-binary-client
install-binary-daemon Add init process for zombie fighting 2016-09-19 17:33:50 -07:00
install-script
release-deb
release-rpm
run
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-integration-shell
test-old-apt-repo
test-unit 'eg.' should be 'e.g.' 2016-09-21 13:48:06 +08:00
tgz Remove amd64 assumption in release.sh, cross and tgz scripts 2016-10-03 15:46:42 -07:00
ubuntu
update-apt-repo
validate-dco
validate-default-seccomp
validate-gofmt
validate-lint Exclude generated types from linting. 2016-10-20 13:24:23 -07:00
validate-pkg
validate-test
validate-toml
validate-vendor
validate-vet
win

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