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
Jörg Thalheim 30f3bd643d integration: add variable to set storage options for testing
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
2015-05-08 17:49:39 +02:00
..
.build-deb add nanorc to packaged builds 2015-05-07 16:10:07 -07:00
.build-rpm add nanorc to packaged builds 2015-05-07 16:10:07 -07:00
.dockerinit
.dockerinit-gccgo Merge pull request #12376 from Mic92/refactor-hack 2015-04-22 12:12:44 -07:00
.ensure-emptyfs
.ensure-frozen-images
.ensure-httpserver
.go-autogen
.go-compile-test-dir
.integration-daemon-start integration: add variable to set storage options for testing 2015-05-08 17:49:39 +02:00
.integration-daemon-stop Fix daemon start/stop logic in hack/make/* scripts 2015-04-23 11:31:16 -06:00
.validate
binary
build-deb Fix '~' expansion in build-deb... (properly this time) 2015-05-07 14:02:21 -06:00
build-rpm Add rpm for centos-6, centos-7, fedora-20, fedora-21 2015-05-05 16:05:30 -07:00
cover
cross
dynbinary
dyngccgo
gccgo Merge pull request #12376 from Mic92/refactor-hack 2015-04-22 12:12:44 -07:00
README.md
test-docker-py Fix daemon start/stop logic in hack/make/* scripts 2015-04-23 11:31:16 -06:00
test-integration-cli Fix daemon start/stop logic in hack/make/* scripts 2015-04-23 11:31:16 -06:00
test-unit
tgz
ubuntu
validate-dco
validate-gofmt
validate-test Validate we're not using the old testing stuff 2015-04-23 10:29:47 -07:00
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