Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (3):
pmtime: report --version/-V information correctly
qa: extend test 916 to improve last pmlogextract fix coverage
build: standalone build scripts for Vector and Parfait
Ken McDonell (2):
qa/admin/check-vm: tweak the Debian package prereqs
src/libpcp/src/context.c change intializer for being_initialized
Makepkgs | 5 ++++-
qa/916 | 21 +++++++++++++--------
qa/916.out | 11 ++++++++---
qa/admin/check-vm | 8 +++++---
qa/archives/dupname-b.meta |binary
scripts/build-parfait | 25 +++++++++++++++++++++++++
scripts/build-vector | 23 +++++++++++++++++++++++
scripts/spin-rawhide | 6 ++----
src/libpcp/src/context.c | 2 +-
src/pmtime/main.cpp | 19 +++++++++++++------
10 files changed, 94 insertions(+), 26 deletions(-)
commit c89b865e47d6dd9529166cc0636d7ce2ca7f9e43
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 4 10:29:47 2016 +1000
build: standalone build scripts for Vector and Parfait
Abstract out the vector build snippets into a standalone script
(from spin-rawhide). Use it in Makepkgs too for the case where
we download latest and greated code.
Add a parfait build helper recipe/script for anyone else who is
forgetful like me.
commit 98fc9d491804f7d26c6b6c3f62a912c207024e4b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed May 4 10:26:51 2016 +1000
src/libpcp/src/context.c change intializer for being_initialized
Problem is that the type of __pmMutex depends on the platform,
and this cannot be correctly initialized with the same constant
everywhere.
Go for a more modern (i.e. not K&R) struct initializer syntax to
initialize just c_type which is the only field that matters here.
Reviewed by Frank.
commit 9330d6d2221e55bab3e795631727ba5735580dab
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed May 4 10:25:30 2016 +1000
qa/admin/check-vm: tweak the Debian package prereqs
commit a27b32c19a0eaab804222b42ea8ba85685b1e713
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 4 10:10:44 2016 +1000
qa: extend test 916 to improve last pmlogextract fix coverage
commit 35309c5bab0cb5686bd6a685d0c0670eadd4ba88
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 4 10:10:09 2016 +1000
pmtime: report --version/-V information correctly
Marko spotted this one as well on review.
|