tree: 6c13f79b85ff1cfa1a336bd819e829c10d5eb92b [path history] [tgz]
  1. .build-deb/
  2. .build-rpm/
  3. .dockerinit
  4. .dockerinit-gccgo
  5. .ensure-emptyfs
  6. .ensure-frozen-images
  7. .ensure-httpserver
  8. .go-autogen
  9. .go-compile-test-dir
  10. .integration-daemon-start
  11. .integration-daemon-stop
  12. .validate
  13. binary
  14. build-deb
  15. build-rpm
  16. cover
  17. cross
  18. dynbinary
  19. dyngccgo
  20. gccgo
  21. README.md
  22. test-docker-py
  23. test-integration-cli
  24. test-unit
  25. tgz
  26. ubuntu
  27. validate-dco
  28. validate-gofmt
  29. validate-test
  30. validate-toml
  31. 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