moby--moby/hack/make
Tianon Gravi 566d49c9ca Merge pull request #5022 from tianon/make-validate
Add "make validate" for both local and CI gofmt and DCO verification
2014-04-08 19:17:30 -06:00
..
.validate Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
README.md
binary Small tweaks to the hack scripts to make them simpler 2014-03-29 23:09:45 +02:00
cover
cross
dynbinary Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 2014-03-19 22:25:09 -06:00
dyntest
dyntest-integration
test
test-integration
test-integration-cli Update test-integration-cli bundlescript for consistency with other bundlescripts and slightly more verbose logging of which commands were executed 2014-04-07 23:10:40 -06:00
tgz Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on more things (specifically, the tgz files too) 2014-03-19 22:25:09 -06:00
ubuntu Include contributed completions in ubuntu PPA 2014-03-26 11:23:26 -04:00
validate-dco Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00
validate-gofmt Add new validate-dco and validate-gofmt bundlescripts for DCO and gofmt validation 2014-04-04 00:41:33 -06:00

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