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