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

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