This reverts commit d5cd032a86617249eadd7142227c5355ba9164b4. Commit caused issues on systems with case-insensitive filesystems. Revert for now Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: b78ca243d9fc25d81c1b50008ee69f3e71e940f6 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