moby--moby/hack/make
Sebastiaan van Stijn 153c946b79 deb: skip hidden files when generating indexes
We don't need hidden files to be listed
in the indexes, so skip them if hidden
files exist.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-03 12:58:14 +02:00
..
.build-deb
.build-rpm
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.ensure-frozen-images
.ensure-frozen-images-windows
.ensure-httpserver
.ensure-nnp-test
.ensure-syscall-test Add a test that the default seccomp profile allows execution of 32 bit binaries 2016-07-27 18:42:34 +01:00
.go-autogen
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
binary-client
binary-daemon
build-deb
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-client
dynbinary-daemon
dyngccgo
gccgo
generate-index-listing deb: skip hidden files when generating indexes 2016-08-03 12:58:14 +02:00
install-binary
install-binary-client
install-binary-daemon
install-script
release-deb
release-rpm
run
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli
test-old-apt-repo
test-unit
tgz
ubuntu
update-apt-repo
validate-dco
validate-default-seccomp
validate-gofmt
validate-lint
validate-pkg
validate-test
validate-toml
validate-vendor
validate-vet
win

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