moby--moby/hack/make
Aaron Lehmann 4fcb9ac40c Improve documentation and golint compliance of registry package
* Add godoc documentation where it was missing

* Change identifier names that don't match Go style, such as INDEX_NAME

* Rename RegistryInfo to PingResult, which more accurately describes
  what this structure is for. It also has the benefit of making the name
  not stutter if used outside the package.

Updates #14756

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-07-24 11:55:07 -07:00
..
.build-deb Add AppArmor policy for the engine 2015-07-22 14:20:50 -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
README.md
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
release-deb Add release-deb & release-rpm scripts. 2015-07-15 15:54:00 -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 Add AppArmor policy for the engine 2015-07-22 14:20:50 -04:00
validate-dco
validate-gofmt
validate-lint Improve documentation and golint compliance of registry package 2015-07-24 11:55:07 -07: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