moby--moby/project/make
Tianon Gravi a936ea88da Fix dynbinary with new autogen code
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-02-23 11:19:51 -07:00
..
.dockerinit Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
.dockerversion Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
.ensure-busybox
.ensure-emptyfs Change emptyfs path in integration-cli tests 2015-02-12 15:02:18 -08:00
.go-compile-test-dir
.integration-daemon-start Run tests in stricter environment 2015-02-18 23:30:43 -07:00
.integration-daemon-stop
.validate
README.md [trivial] changed ./hack to ./project in README.md 2015-02-13 18:11:16 +03:00
binary Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
cover
cross
dynbinary Fix dynbinary with new autogen code 2015-02-23 11:19:51 -07:00
test-docker-py Run tests in stricter environment 2015-02-18 23:30:43 -07:00
test-integration
test-integration-cli Run tests in stricter environment 2015-02-18 23:30:43 -07:00
test-unit Merge pull request #10833 from fabianorosas/10832-fix-test-unit-without-parallel 2015-02-20 12:12:46 -08:00
tgz
ubuntu
validate-dco
validate-gofmt
validate-toml fix tomlv because it doesn't read from stdin 2015-02-19 13:18:20 -08: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:

./project/make.sh test
./project/make.sh binary ubuntu

# Or to run all bundles:
./project/make.sh

To add a bundle:

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