Tianon Gravi c18fdc3704 Properly fix "daemon kill" on test failure 10 년 전
..
.ensure-busybox 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
.ensure-scratch 8936789919 Make `FROM scratch` a special cased 'no-base' spec 10 년 전
.go-compile-test-dir d43f0b9fc5 Fix a few minor issues with building/running inside msysGit 10 년 전
.integration-daemon-start 6c7204393b Fix indentation 10 년 전
.integration-daemon-stop d43f0b9fc5 Fix a few minor issues with building/running inside msysGit 10 년 전
.validate 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
README.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
binary d43f0b9fc5 Fix a few minor issues with building/running inside msysGit 10 년 전
cover 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
cross 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
dynbinary 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
dyntest-integration 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
dyntest-unit 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
test-docker-py c18fdc3704 Properly fix "daemon kill" on test failure 10 년 전
test-integration d43f0b9fc5 Fix a few minor issues with building/running inside msysGit 10 년 전
test-integration-cli c18fdc3704 Properly fix "daemon kill" on test failure 10 년 전
test-unit d43f0b9fc5 Fix a few minor issues with building/running inside msysGit 10 년 전
tgz 71b03d8aeb Fix tgz for Windows binaries 10 년 전
ubuntu 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전
validate-dco 3d8f40b35b Remove small patch exception checking in hack/make/validate-dco 10 년 전
validate-gofmt 32e61b8f5c Move 'hack' to the less confusing 'project' 10 년 전

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