postgres_exporter/tools
Will Rouesnel 5b9fea01ee Add cross-compilation Makefile targets and tar-based releases.
Revamp the build system to be more inline with other Prometheus exporters.
Notably add Darwin and Windows build targets, and add support for releases
using tar files.
2017-11-30 13:17:13 +10:00
..
vendor Add cross-compilation Makefile targets and tar-based releases. 2017-11-30 13:17:13 +10:00
.gitignore Update vendored tools/. 2017-08-04 02:30:33 +10:00
Makefile Add cross-compilation Makefile targets and tar-based releases. 2017-11-30 13:17:13 +10:00
README.md Add self-contained gometalinter build tooling. 2017-06-07 00:53:19 +10:00
src Add self-contained gometalinter build tooling. 2017-06-07 00:53:19 +10:00

README.md

Vendored versions of the build tooling.

gocovmerge is used to merge coverage reports for uploading to a service like coveralls, and gometalinter conveniently incorporates multiple Go linters.

By vendoring both, we gain a self-contained build system.

Run make all to build, and make update to update.