moby--moby/hack/make
Jess Frazelle 0072896445 Merge pull request #16171 from vdemeester/lint-only-on-diff
Golint only on changed files
2015-09-09 10:19:16 -07:00
..
.build-deb
.build-rpm add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
.resources-windows
.dockerinit
.dockerinit-gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
build-deb
build-rpm add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
cover
cross
dynbinary
dyngccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
release-deb remove reprepro 2015-09-03 17:31:49 -07:00
release-rpm make docker-engine-selinux findable 2015-09-03 08:58:33 -07:00
sign-repos
test-docker-py
test-install-script we dont need the tty in the install script 2015-08-31 08:12:01 -07:00
test-integration-cli
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-lint Golint only on changed files 2015-09-09 09:37:47 +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