6c4e6c7bea
Without section/priority, reprepro will reject the packages. Add sections following the Debian docker.io packages Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Upstream-commit: 8d2a423d8716aafc4bd5d05eeceec87dae27202b Component: engine
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