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