Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (5):
qa/admin/pcp-daily: tweak warnings filter
src/include/builddefs.in: fixes for python packaging
qa/admin/check-vm: adjust specs for python-requests
qa/common.config: more wrestling with X11 DISPLAY setting in the QA Farm
various: indentation and white space changes
qa/admin/check-vm | 4
qa/admin/pcp-daily | 7
qa/common.config | 2
src/include/builddefs.in | 6
src/libpcp/src/getopt.c | 121 +++++-----
src/libpcp_pmda/src/open.c | 3
src/newhelp/chkhelp.c | 6
src/pcp/atop/showlinux.c | 22 -
src/pmchart/view.cpp | 9
src/pmdas/apache/apache.c | 4
src/pmdas/bash/bash.c | 4
src/pmdas/lmsensors/lmsensors.c | 468 ++++++++++++++++++++--------------------
src/pmdas/weblog/weblog.c | 5
13 files changed, 334 insertions(+), 327 deletions(-)
Details ...
commit 9808b816cba2547374810f2068e76f13990e3718
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 22 18:21:24 2016 +1000
various: indentation and white space changes
Fedora 24 has a new C compiler or has enabled new warnings,
specifically -Wmisleading-indentation which triggered a bunch of
new warnings.
Many of these are cosmetic changes, although the code is more readable
and less confusing after the changes, e.g. getopt.c.
But a couple were masking real (albeit mostly benign) bugs,
e.g. pmdaRehash() in libpcp_pmda's open.c and chkhelp.c
commit 0e89707ff0df2c779ad042129ce3c174946b3171
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 22 18:20:22 2016 +1000
qa/common.config: more wrestling with X11 DISPLAY setting in the QA Farm
commit 6122d7e8a815f3d8e3254312cdfde3680368e18f
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 22 18:19:05 2016 +1000
qa/admin/check-vm: adjust specs for python-requests
After Fedora 24 installation.
commit 37aeecc68f8bd7d68294e59baa6c17029a68db20
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 22 18:15:39 2016 +1000
src/include/builddefs.in: fixes for python packaging
1. RE used for substitution was wrong (in a benign sort of way)
2. python3 rule included duplicate artefacts in manifest for rpm builds
commit 95a63f6ed9bf552084e6b58733750576f40ccaab
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 22 18:14:55 2016 +1000
qa/admin/pcp-daily: tweak warnings filter
|