Google Git
Sign in
fuchsia/third_party/github.com/moby/moby/refs/tags/v1.11.2/./hack/make
tree: 434c8a16ef247c0d6b717d00441aad35221b6bf9 [path history] [tgz]
  1. .build-deb/
  2. .build-rpm/
  3. .resources-windows/
  4. .detect-daemon-osarch
  5. .ensure-emptyfs
  6. .ensure-frozen-images
  7. .ensure-frozen-images-windows
  8. .ensure-httpserver
  9. .ensure-nnp-test
  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. clean-apt-repo
  20. clean-yum-repo
  21. cover
  22. cross
  23. dynbinary
  24. dyngccgo
  25. gccgo
  26. generate-index-listing
  27. install-script
  28. README.md
  29. release-deb
  30. release-rpm
  31. sign-repos
  32. test-deb-install
  33. test-docker-py
  34. test-install-script
  35. test-integration-cli
  36. test-old-apt-repo
  37. test-unit
  38. tgz
  39. ubuntu
  40. update-apt-repo
  41. validate-dco
  42. validate-default-seccomp
  43. validate-gofmt
  44. validate-lint
  45. validate-pkg
  46. validate-test
  47. validate-toml
  48. validate-vendor
  49. validate-vet
  50. 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