moby--moby/hack/make
Tianon Gravi 6b46a09186 Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too)
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-03-19 22:25:09 -06: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 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
cover Add new cover bundlescript for giving a nice report across all the coverprofiles generated by the test scripts 2013-12-13 11:59:54 -07:00
cross Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 2014-03-06 19:55:22 -07:00
dynbinary 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
dyntest Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 2014-03-06 19:55:22 -07:00
dyntest-integration Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 2014-03-06 19:55:22 -07:00
test Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 2014-03-06 19:55:22 -07:00
test-integration Fix dynbinary so that dockerinit can still be properly static even if it has to link against libapparmor for Ubuntu 2014-03-06 19:55:22 -07: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 a few packaging bugs, including and especially a temporary patch to our upstart script to mount cgroups properly 2014-03-10 03:27:46 -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