tree: b4bddc15da956baa98ee24073a9b9a33ed261f39 [path history] [tgz]
  1. .build-deb/
  2. .build-rpm/
  3. .resources-windows/
  4. .detect-daemon-osarch
  5. .dockerinit
  6. .dockerinit-gccgo
  7. .ensure-emptyfs
  8. .ensure-frozen-images
  9. .ensure-httpserver
  10. .ensure-syscall-test
  11. .go-autogen
  12. .integration-daemon-setup
  13. .integration-daemon-start
  14. .integration-daemon-stop
  15. .validate
  16. binary
  17. build-deb
  18. build-rpm
  19. cover
  20. cross
  21. dynbinary
  22. dyngccgo
  23. gccgo
  24. generate-index-listing
  25. README.md
  26. release-deb
  27. release-rpm
  28. sign-repos
  29. test-deb-install
  30. test-docker-py
  31. test-install-script
  32. test-integration-cli
  33. test-old-apt-repo
  34. test-unit
  35. tgz
  36. ubuntu
  37. validate-dco
  38. validate-gofmt
  39. validate-lint
  40. validate-pkg
  41. validate-test
  42. validate-toml
  43. validate-vendor
  44. validate-vet
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