Changes committed to git://oss.sgi.com/pcp/pcp.git dev
build/rpm/GNUmakefile | 8
build/rpm/devtoolset.spec | 531 +++++++++++++++++++++++++++++++++++++++++++
build/rpm/fedora.spec | 47 ++-
build/rpm/pcp.spec.in | 5
qa/707.out | 2
qa/src/test_pcp.py | 13 -
src/pmcollectl/pmcollectl.py | 396 +++++++++++++++++---------------
7 files changed, 785 insertions(+), 217 deletions(-)
commit e17ea6acdbacfd252bfcfda095e18d393bcfc527
Merge: c7539a7 aac8ab9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 7 08:15:38 2012 +1000
Merge branch 'scox/dev' of git://sourceware.org/git/pcpfans into dev
commit aac8ab9e38bd1a60dc949a71adec666fc097c8ee
Merge: cd54cce 293f421
Author: Stan Cox <scox@xxxxxxxxxx>
Date: Thu Sep 6 14:39:06 2012 -0400
Merge branch 'dev' into scox/dev
commit cd54cce5e76c419668974832b87838d0fe446cd0
Author: Stan Cox <scox@xxxxxxxxxx>
Date: Thu Sep 6 12:56:00 2012 -0400
Fetch metric values using a getter method.
* pmcollectl/pmcollectl.py (subsys): Move XX_metrics_dict init to
setup_metrics. Add get_XX_metric_value and use it for all metric
fetching.
* qa/src/test_pcp.py (test_pcp): Use variable dimension for previous_cpu_*
commit c7539a7e733ae3f1d0184b0d2aad413df4e9592a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 6 16:41:47 2012 +1000
Reconcile spec file differences between PCP flavours.
Pulls in a copy of the devtoolset spec file so we can keep track
of changes more easily (hopefully). Several other changes after
last release:
- don't require valgrind, doesn't exist for all archs
- add the %release part of the version into the dependency check
for the non-dts packages
- use multi-line Requires: lines for sub-packages for ease of
cross-referencing wrt differences
- don't set the home directory for pcpqa user, allow useradd to
set it to something "normal" (facilitate sharing between the
three independent testsuite packages).
- install testsuite files with defattr of the pcpqa user/group
commit 903918c970b295c3757b63e86b8727eb6a378dc4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Sep 5 17:16:23 2012 +1000
Update fedora spec with recent changes
|