1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/make
Tibor Vass 2f1a7c903f Merge pull request #14844 from WeiZhang555/golint-api
fix golint errors/warnings of pkg api/
2015-07-30 16:02:06 -04:00
..
.build-deb Remove container AA profile from packaging 2015-07-29 17:47:38 -04:00
.build-rpm Merge pull request #14545 from Djelibeybi/oraclelinux6-rpm 2015-07-23 13:29:48 -07:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen Add branch and build time to version 2015-06-22 13:00:27 -07:00
.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
binary
build-deb pass DOCKER_EXPERIMENTAL into build images 2015-07-23 09:42:22 -07:00
build-rpm pass DOCKER_EXPERIMENTAL into build images 2015-07-23 09:42:22 -07:00
cover
cross
dynbinary
dyngccgo
gccgo
README.md
release-deb only write distributions file if dne 2015-07-27 16:26:35 -07:00
release-rpm Add release-deb & release-rpm scripts. 2015-07-15 15:54:00 -07:00
sign-repos Add release-deb & release-rpm scripts. 2015-07-15 15:54:00 -07:00
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 Remove timer and use -check.v for tests formatting 2015-06-18 14:22:40 -07:00
test-unit
tgz
ubuntu Remove container AA profile from packaging 2015-07-29 17:47:38 -04:00
validate-dco
validate-gofmt
validate-lint Merge pull request #14844 from WeiZhang555/golint-api 2015-07-30 16:02:06 -04:00
validate-pkg
validate-test
validate-toml
validate-vet

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