Changes committed to git://git.pcp.io/pcp.git master
Ken McDonell (17):
qa/177: increase range for allowed number of log reads
qa/727: wait for pmwebd to start before pinging avahi
qa/775: add diagnostic output to aid debugging
qa/common.discovery: add diagnostic output to aid debugging
configure, builddefs.in: additional optional build/package hooks
pmdas: conditional build/packaging changes
rpm spec file: changes for optionally built/packaged pmdas
qa/946: additional diagnostics to help debugging
activemq pmda: add optional build/packing support
libpcp_fault: extend .gitignore to include getdate.y
debian build: refine Makepkgs-configure integration
json pmda: fix typo from conditonal build/package changes
build/rpm/GNUmakefile: missed extra pmda_foo variables
qa/975: change "match" filter
qa/common.webapi: improve logic in _wait_for_pmwebd_logfile()
qa/common.check: in Arrrgh cases, prefix log with current date(1)
postfix pmda: fix typo from conditonal build/package changes
Nathan Scott (3):
build: fix little typo in configure script diagnostic message
docs: always install man pages for consistent noarch packages
docs: context man page and related python flag export updates
Marko Myllynen (1):
build: couple of .gitignore file updates for build artefacts
.gitignore | 1
Makepkgs | 42 ++++++-
build/rpm/GNUmakefile | 6 +
build/rpm/pcp.spec.in | 140 +++++++++++++++++++++++--
configure | 196 +++++++++++++++++++++++++++++++++++-
configure.ac | 110 +++++++++++++++++++-
debian/rules | 7 +
man/man3/pmnewcontext.3 | 4
qa/177 | 6 -
qa/177.out | 6 -
qa/727 | 3
qa/775 | 16 +-
qa/946 | 8 -
qa/975 | 21 +++
qa/common.check | 2
qa/common.discovery | 6 -
qa/common.webapi | 32 ++++-
src/include/builddefs.in | 6 +
src/libpcp_fault/src/.gitignore | 1
src/pcp/iostat/.gitignore | 1
src/pmdas/GNUmakefile | 7 -
src/pmdas/elasticsearch/GNUmakefile | 15 +-
src/pmdas/gluster/GNUmakefile | 9 +
src/pmdas/infiniband/GNUmakefile | 12 --
src/pmdas/json/GNUmakefile | 11 +-
src/pmdas/mic/GNUmakefile | 9 +
src/pmdas/mysql/GNUmakefile | 15 +-
src/pmdas/nginx/GNUmakefile | 15 +-
src/pmdas/papi/GNUmakefile | 2
src/pmdas/perfevent/GNUmakefile | 10 -
src/pmdas/postfix/GNUmakefile | 17 +--
src/pmdas/postgresql/GNUmakefile | 15 +-
src/pmdas/rpm/GNUmakefile | 10 -
src/pmdas/systemd/GNUmakefile | 10 -
src/pmdas/unbound/GNUmakefile | 8 +
src/pmdas/zswap/GNUmakefile | 8 +
src/python/pmapi.c | 1
37 files changed, 655 insertions(+), 133 deletions(-)
|