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