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
Vincent Demeester 0bd016b1c3 Finish linting opts and trust package.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2015-08-27 17:36:11 +02:00
..
.build-deb Tiny fix for rpm and deb descriptions 2015-08-10 09:34:10 +08:00
.build-rpm Tiny fix for rpm and deb descriptions 2015-08-10 09:34:10 +08:00
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-setup
.integration-daemon-start Windows: Graph remove custom interface and add central store 2015-08-14 23:45:53 -07:00
.integration-daemon-stop
.validate
binary make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
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 make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
dynbinary
dyngccgo
gccgo
README.md
release-deb to not keep old debs for experimental 2015-08-06 14:49:05 -07:00
release-rpm typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
sign-repos only sign the files that were changed in the last 2 hours 2015-08-04 13:16:57 -07:00
test-docker-py
test-install-script add file to test install script 2015-08-11 16:31:58 -07:00
test-integration-cli
test-unit typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
tgz
ubuntu revert apparmor changes back to how it was in 1.7.1, but keep tests 2015-08-06 12:49:25 -07:00
validate-dco
validate-gofmt
validate-lint Finish linting opts and trust package. 2015-08-27 17:36:11 +02: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