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