Google Git
Sign in
fuchsia/third_party/github.com/docker/docker/refs/heads/upstream/1.12.x/./hack/make
tree: e6e18a898e138c2b844e80f86185d3194d870ceb
  1. .build-deb/
  2. .build-rpm/
  3. .resources-windows/
  4. .binary
  5. .binary-setup
  6. .detect-daemon-osarch
  7. .ensure-emptyfs
  8. .ensure-frozen-images
  9. .ensure-frozen-images-windows
  10. .ensure-httpserver
  11. .ensure-nnp-test
  12. .ensure-syscall-test
  13. .go-autogen
  14. .integration-daemon-setup
  15. .integration-daemon-start
  16. .integration-daemon-stop
  17. .validate
  18. binary
  19. binary-client
  20. binary-daemon
  21. build-deb
  22. build-rpm
  23. clean-apt-repo
  24. clean-yum-repo
  25. cover
  26. cross
  27. dynbinary
  28. dynbinary-client
  29. dynbinary-daemon
  30. dyngccgo
  31. gccgo
  32. generate-index-listing
  33. install-binary
  34. install-binary-client
  35. install-binary-daemon
  36. install-script
  37. README.md
  38. release-deb
  39. release-rpm
  40. sign-repos
  41. test-deb-install
  42. test-docker-py
  43. test-install-script
  44. test-integration-cli
  45. test-old-apt-repo
  46. test-unit
  47. tgz
  48. ubuntu
  49. update-apt-repo
  50. validate-dco
  51. validate-default-seccomp
  52. validate-gofmt
  53. validate-lint
  54. validate-pkg
  55. validate-test
  56. validate-toml
  57. validate-vendor
  58. validate-vet
  59. 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 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
Powered by Gitiles| Privacy| Termstxt json