moby--moby/hack/make
Sebastiaan van Stijn f8c434366e Merge pull request #33987 from dnephin/cleanup-more-hack
Move test-unit out of hack/make
2017-07-27 00:29:13 +02:00
..
.build-deb
.build-rpm
.resources-windows
.binary More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.go-autogen
.go-autogen.ps1
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.integration-test-helpers
README.md Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
binary
binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
build-deb
build-integration-test-binary
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-daemon
generate-index-listing
install-binary
install-binary-daemon More helper hack helper functions to a more appropriate place. 2017-07-17 11:38:59 -04:00
release-deb
release-rpm
run
sign-repos
test-docker-py
test-integration-cli Add go-autogen to integration tests 2017-07-20 11:37:12 -07:00
test-integration-shell
test-old-apt-repo
test-unit Remove test-unit from hack/make 2017-07-17 11:39:33 -04:00
tgz
ubuntu
update-apt-repo
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 binary ubuntu

# Or to run all default bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh