Michael Crosby e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds 11 tahun lalu
..
.ensure-busybox c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 11 tahun lalu
.ensure-scratch c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 11 tahun lalu
.validate 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 tahun lalu
README.md 3d39336a46 Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. 12 tahun lalu
binary b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
cover b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
cross b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
dynbinary b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
dyntest b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
dyntest-integration b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
test-integration b298960aed Update bundlescripts to use "set -e" consistently 11 tahun lalu
test-integration-cli e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds 11 tahun lalu
test-unit a39f3c9200 Add new test-unit make rule which only runs the unit tests. Renames test 11 tahun lalu
tgz 6b46a09186 Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 11 tahun lalu
ubuntu 314818e7ba Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative 11 tahun lalu
validate-dco 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 tahun lalu
validate-gofmt 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 11 tahun lalu

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