Michael Crosby e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds há 11 anos atrás
..
.ensure-busybox c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) há 11 anos atrás
.ensure-scratch c8381d6722 Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) há 11 anos atrás
.validate 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation há 11 anos atrás
README.md 3d39336a46 Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc. há 12 anos atrás
binary b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
cover b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
cross b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
dynbinary b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
dyntest b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
dyntest-integration b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
test-integration b298960aed Update bundlescripts to use "set -e" consistently há 11 anos atrás
test-integration-cli e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds há 11 anos atrás
test-unit a39f3c9200 Add new test-unit make rule which only runs the unit tests. Renames test há 11 anos atrás
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) há 11 anos atrás
ubuntu 314818e7ba Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative há 11 anos atrás
validate-dco 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation há 11 anos atrás
validate-gofmt 81370b5b0f Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation há 11 anos atrás

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