tree: 8f7b947df9c6784b29a8180520eda871beadbfc8 [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. containerutility
  16. cross
  17. cross-platform-dependent
  18. dynbinary
  19. dynbinary-daemon
  20. install-binary
  21. README.md
  22. run
  23. test-docker-py
  24. test-integration
  25. test-integration-cli
  26. 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