tree: f4977758508e97f6190c7b33ce68f22ce59d3418 [path history] [tgz]
  1. .binary
  2. .go-autogen
  3. .go-autogen.ps1
  4. .install
  5. .integration-daemon-start
  6. .integration-daemon-stop
  7. .integration-test-helpers
  8. .mkwinres
  9. binary
  10. binary-daemon
  11. binary-proxy
  12. dynbinary
  13. dynbinary-daemon
  14. dynbinary-proxy
  15. install-binary
  16. install-proxy
  17. README.md
  18. run
  19. test-docker-py
  20. test-integration
  21. test-integration-flaky
  22. 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