moby--moby/hack/make
Jessica Frazelle 7041eb00be Revert "finally, use code generation for INITSHA1 & INITPATH too"
This reverts commit c7c620dd9f.

Conflicts:
	.gitignore
	hack/make.sh
	hack/make/dynbinary

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
2014-10-28 16:29:01 -07:00
..
.ensure-busybox Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.ensure-scratch update go import path and libcontainer 2014-07-24 22:19:50 +00:00
.go-compile-test-dir Move the body of go_compile_test_dir into a file since GNU Parallel breaks on sourcing exported Bash functions thanks to the shellshock fixes 2014-09-28 21:51:44 -06:00
.validate update go import path and libcontainer 2014-07-24 22:19:50 +00:00
README.md Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 2013-09-09 18:45:40 -07:00
binary Revert "Use code generation to set IAMSTATIC instead of -X" 2014-10-28 16:25:50 -07:00
cover Update bundlescripts to use "set -e" consistently 2014-04-09 12:11:06 -06:00
cross hack: TIMEOUT (for controlling test timeout) and forwarding of 2014-09-25 14:25:43 -07:00
dynbinary Revert "Use code generation to set IAMSTATIC instead of -X" 2014-10-28 16:25:50 -07:00
dyntest-integration Revert "finally, use code generation for INITSHA1 & INITPATH too" 2014-10-28 16:29:01 -07:00
dyntest-unit Revert "finally, use code generation for INITSHA1 & INITPATH too" 2014-10-28 16:29:01 -07:00
test-integration Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts) 2014-07-30 17:02:04 -06:00
test-integration-cli Add Daemon test utils 2014-09-02 10:58:36 -07:00
test-unit Move the body of go_compile_test_dir into a file since GNU Parallel breaks on sourcing exported Bash functions thanks to the shellshock fixes 2014-09-28 21:51:44 -06:00
tgz Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 2014-03-19 22:25:09 -06:00
ubuntu Fix hack/make/ubuntu to install both docker.service and docker.socket 2014-07-16 23:03:32 -06:00
validate-dco Accept vanilla Linux Foundation signoffs 2014-08-01 19:30:34 -04:00
validate-gofmt Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00

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