tree: 04bebd70edbf62790b043c446194ad31cab948df [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-daemon
  16. build-deb
  17. build-integration-test-binary
  18. build-rpm
  19. clean-apt-repo
  20. clean-yum-repo
  21. cover
  22. cross
  23. dynbinary
  24. dynbinary-daemon
  25. generate-index-listing
  26. install-binary
  27. install-binary-daemon
  28. install-script
  29. README.md
  30. release-deb
  31. release-rpm
  32. run
  33. sign-repos
  34. test-deb-install
  35. test-docker-py
  36. test-install-script
  37. test-integration-cli
  38. test-integration-shell
  39. test-old-apt-repo
  40. test-unit
  41. tgz
  42. ubuntu
  43. update-apt-repo
  44. win
  45. yaml-docs-generator
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