moby--moby/hack/make
Vincent Demeester 4c22c566e2 Add a validate-vendor script
Makes sure that if ./hack/vendor.sh has been updated, it has been used
to update the vendor folder.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-01-07 19:57:50 +01:00
..
.build-deb
.build-rpm
.resources-windows
.dockerinit
.dockerinit-gccgo
.ensure-emptyfs
.ensure-frozen-images Remove hello-world:latest tag before integration 2016-01-05 14:40:27 +01:00
.ensure-httpserver
.ensure-syscall-test add more seccomp profile tests 2015-12-30 17:30:44 -08:00
.go-autogen
.integration-daemon-setup add more seccomp profile tests 2015-12-30 17:30:44 -08:00
.integration-daemon-start
.integration-daemon-stop Windows CI: No integration daemon stop 2016-01-05 10:52:59 -08:00
.validate
README.md
binary
build-deb Add DOCKER_BUILD_ARGS env to pass build-arg for building deb and rpm 2015-12-29 04:09:44 -05:00
build-rpm Add DOCKER_BUILD_ARGS env to pass build-arg for building deb and rpm 2015-12-29 04:09:44 -05:00
cover
cross
dynbinary
dyngccgo
gccgo
generate-index-listing
release-deb Remove Ubuntu 15.04 (Vivid) from DEB build as it will be EOL 2015-12-20 16:00:53 +01:00
release-rpm
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-old-apt-repo
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-lint
validate-pkg
validate-test
validate-toml
validate-vendor Add a validate-vendor script 2016-01-07 19:57:50 +01:00
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