Refering to this: https://fedoraproject.org/wiki/PackagingDrafts/Go this could be due to the following bug: https://bugzilla.redhat.com/show_bug.cgi?id=995136#c12 This fixes #22051 Signed-off-by: Thomas Tanaka <thomas.tanaka@oracle.com> Upstream-commit: c892a8d6203dc0fb40a0b107ebbcea994c1afc0b 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