Changes committed to git://git.pcp.io/pcp master
Nathan Scott (4):
pcp-collectl: small usage fixes to layer on kens fixes
build: add missing gitignre file for pcp-collectl
pmlogger: fix build with Windows APIs once more
qa: remove a bash-ism from 808, parameterize $sudo use
Ken McDonell (1):
pcp-collectl.py: fix problem with -a argument parsing
qa/808 | 40 +++++++++++++++---------------
src/pcp/collectl/.gitignore | 1
src/pcp/collectl/pcp-collectl.py | 51 +++++++++++++++++----------------------
src/pmlogger/src/ports.c | 11 ++++++--
4 files changed, 60 insertions(+), 57 deletions(-)
commit d97d4b983d768611d852ac3b2921ebf444b66b8b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 3 13:14:06 2015 +1000
qa: remove a bash-ism from 808, parameterize $sudo use
commit 6cbd86b2e0996098f46ccce5c9b34609030eafe8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 3 13:07:24 2015 +1000
pmlogger: fix build with Windows APIs once more
commit 83483a106581bf691f55e9ab034cbaef268941af
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 3 12:08:57 2015 +1000
build: add missing gitignre file for pcp-collectl
commit 3321eeb902cd0289045dab0a3bcd26becc298bbf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Aug 3 12:08:38 2015 +1000
pcp-collectl: small usage fixes to layer on kens fixes
commit c9eec499de95dfa0de91e563497af356131ac2f8
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Aug 3 07:39:24 2015 +1000
pcp-collectl.py: fix problem with -a argument parsing
The set of command line options that were subject to "override"
handling was wrong, and there was an attempt to handle -a in the
mainline, rather than deferring most of the work to the option
parsing in libpcp.
With this change, qa/850 passes.
|