Google Git
Sign in
fuchsia / third_party / github.com / moby / moby / 8eab29edd820017901796eb60d4bea28d760f16f / . / hack / make
tree: a2deda75f3e18ab3beb5a73e7ea6f8591725e349 [path history] [tgz]
  1. .binary
  2. .binary-setup
  3. .build-deb/
  4. .build-rpm/
  5. .detect-daemon-osarch
  6. .ensure-emptyfs
  7. .ensure-frozen-images
  8. .ensure-frozen-images-windows
  9. .ensure-httpserver
  10. .ensure-nnp-test
  11. .ensure-syscall-test
  12. .go-autogen
  13. .integration-daemon-setup
  14. .integration-daemon-start
  15. .integration-daemon-stop
  16. .resources-windows/
  17. .validate
  18. README.md
  19. binary
  20. binary-client
  21. binary-daemon
  22. build-deb
  23. build-rpm
  24. clean-apt-repo
  25. clean-yum-repo
  26. cover
  27. cross
  28. dynbinary
  29. dynbinary-client
  30. dynbinary-daemon
  31. dyngccgo
  32. gccgo
  33. generate-index-listing
  34. install-binary
  35. install-binary-client
  36. install-binary-daemon
  37. install-script
  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| Privacytxt json