tree: f84073ea20004c92db618f4cbd977484a9da6606 [path history] [tgz]
  1. .resources-windows/
  2. .binary
  3. .binary-setup
  4. .detect-daemon-osarch
  5. .ensure-emptyfs
  6. .go-autogen
  7. .go-autogen.ps1
  8. .integration-daemon-setup
  9. .integration-daemon-start
  10. .integration-daemon-stop
  11. .integration-test-helpers
  12. binary
  13. binary-daemon
  14. build-integration-test-binary
  15. cross
  16. dynbinary
  17. dynbinary-daemon
  18. install-binary
  19. README.md
  20. run
  21. test-docker-py
  22. test-integration
  23. test-integration-cli
  24. test-integration-shell
hack/make/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:

./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