tree: 76072895e0abd2a689738d64fe3fc9a17ae2887d [path history] [tgz]
  1. .build-deb/
  2. .build-rpm/
  3. .resources-windows/
  4. .binary
  5. .binary-setup
  6. .detect-daemon-osarch
  7. .ensure-emptyfs
  8. .go-autogen
  9. .go-autogen.ps1
  10. .integration-daemon-setup
  11. .integration-daemon-start
  12. .integration-daemon-stop
  13. .integration-test-helpers
  14. binary
  15. binary-client
  16. binary-daemon
  17. build-deb
  18. build-integration-test-binary
  19. build-rpm
  20. clean-apt-repo
  21. clean-yum-repo
  22. cover
  23. cross
  24. dynbinary
  25. dynbinary-client
  26. dynbinary-daemon
  27. generate-index-listing
  28. install-binary
  29. install-binary-client
  30. install-binary-daemon
  31. install-script
  32. README.md
  33. release-deb
  34. release-rpm
  35. run
  36. sign-repos
  37. test-deb-install
  38. test-docker-py
  39. test-install-script
  40. test-integration-cli
  41. test-integration-shell
  42. test-old-apt-repo
  43. test-unit
  44. tgz
  45. ubuntu
  46. update-apt-repo
  47. win
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 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