tree: 0e65790d81f50e7147150616d497ff55bf1ca7da [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. README.md
  29. release-deb
  30. release-rpm
  31. run
  32. sign-repos
  33. test-docker-py
  34. test-integration
  35. test-integration-cli
  36. test-integration-shell
  37. test-old-apt-repo
  38. ubuntu
  39. update-apt-repo
  40. 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 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