Files
moby/hack/make
Sebastiaan van Stijn 2cffe9be3d hack: fix mixed tabs/spaces for indentation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-02 15:58:33 +02:00
..
2019-07-17 17:42:14 +08:00
2019-01-10 02:50:47 +01:00
2017-07-17 11:39:33 -04:00
2019-01-10 02:50:47 +01:00
2019-07-16 14:35:00 +02:00

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