| To: | pcp@xxxxxxxxxxx |
|---|---|
| Subject: | pcp updates |
| From: | Nathan Scott <nathans@xxxxxxxxxx> |
| Date: | Thu, 23 Aug 2012 19:11:38 -0400 (EDT) |
| Reply-to: | Nathan Scott <nathans@xxxxxxxxxx> |
Changes committed to git://oss.sgi.com/pcp/pcp.git dev
build/rpm/fedora.spec | 6
build/rpm/pcp.spec.in | 6
configure | 44 +
configure.in | 4
debian/rules | 8
dev/null |binary
src/GNUmakefile | 10
src/cpan/.gitignore | 3
src/cpan/GNUmakefile | 49 -
src/cpan/LogImport/.gitignore | 8
src/cpan/LogImport/Changes | 5
src/cpan/LogImport/GNUmakefile | 71 -
src/cpan/LogImport/LogImport.pm | 122 ---
src/cpan/LogImport/LogImport.xs | 118 ---
src/cpan/LogImport/MANIFEST | 7
src/cpan/LogImport/Makefile.PL | 49 -
src/cpan/LogImport/typemap | 24
src/cpan/LogSummary/.gitignore | 6
src/cpan/LogSummary/Changes | 8
src/cpan/LogSummary/GNUmakefile | 62 -
src/cpan/LogSummary/LogSummary.pm | 117 ---
src/cpan/LogSummary/MANIFEST | 20
src/cpan/LogSummary/Makefile.PL | 9
src/cpan/LogSummary/README | 32
src/cpan/LogSummary/exceldemo.pl | 89 --
src/cpan/LogSummary/extract.pl | 18
src/cpan/LogSummary/t/GNUmakefile | 12
src/cpan/LogSummary/t/app/GNUmakefile | 13
src/cpan/LogSummary/t/db/GNUmakefile | 13
src/cpan/LogSummary/t/test.t | 41 -
src/cpan/MMV/.gitignore | 11
src/cpan/MMV/Changes | 12
src/cpan/MMV/GNUmakefile | 67 -
src/cpan/MMV/MANIFEST | 9
src/cpan/MMV/MMV.pm | 120 ---
src/cpan/MMV/MMV.xs | 379 ----------
src/cpan/MMV/Makefile.PL | 49 -
src/cpan/MMV/server.pl | 101 --
src/cpan/MMV/test.pl | 25
src/cpan/MMV/typemap | 10
src/cpan/PMDA/.gitignore | 11
src/cpan/PMDA/Changes | 95 --
src/cpan/PMDA/GNUmakefile | 67 -
src/cpan/PMDA/MANIFEST | 11
src/cpan/PMDA/Makefile.PL | 49 -
src/cpan/PMDA/PMDA.pm | 168 ----
src/cpan/PMDA/PMDA.xs | 1170 -------------------------------
src/cpan/PMDA/cvalue.c | 155 ----
src/cpan/PMDA/local.c | 423 -----------
src/cpan/PMDA/local.h | 80 --
src/cpan/PMDA/test.pl | 93 --
src/cpan/PMDA/typemap | 27
src/include/builddefs.in | 3
src/perl/.gitignore | 3
src/perl/GNUmakefile | 49 +
src/perl/LogImport/.gitignore | 8
src/perl/LogImport/Changes | 5
src/perl/LogImport/GNUmakefile | 71 +
src/perl/LogImport/LogImport.pm | 122 +++
src/perl/LogImport/LogImport.xs | 118 +++
src/perl/LogImport/MANIFEST | 7
src/perl/LogImport/Makefile.PL | 49 +
src/perl/LogImport/typemap | 24
src/perl/LogSummary/.gitignore | 6
src/perl/LogSummary/Changes | 8
src/perl/LogSummary/GNUmakefile | 62 +
src/perl/LogSummary/LogSummary.pm | 117 +++
src/perl/LogSummary/MANIFEST | 20
src/perl/LogSummary/Makefile.PL | 9
src/perl/LogSummary/README | 32
src/perl/LogSummary/exceldemo.pl | 89 ++
src/perl/LogSummary/extract.pl | 18
src/perl/LogSummary/t/GNUmakefile | 12
src/perl/LogSummary/t/app/20081125.0 |binary
src/perl/LogSummary/t/app/20081125.index |binary
src/perl/LogSummary/t/app/20081125.meta |binary
src/perl/LogSummary/t/app/20081126.0 |binary
src/perl/LogSummary/t/app/20081126.index |binary
src/perl/LogSummary/t/app/20081126.meta |binary
src/perl/LogSummary/t/app/GNUmakefile | 13
src/perl/LogSummary/t/db/20081125.0 |binary
src/perl/LogSummary/t/db/20081125.index |binary
src/perl/LogSummary/t/db/20081125.meta |binary
src/perl/LogSummary/t/db/20081126.0 |binary
src/perl/LogSummary/t/db/20081126.index |binary
src/perl/LogSummary/t/db/20081126.meta |binary
src/perl/LogSummary/t/db/GNUmakefile | 13
src/perl/LogSummary/t/test.t | 41 +
src/perl/MMV/.gitignore | 11
src/perl/MMV/Changes | 12
src/perl/MMV/GNUmakefile | 67 +
src/perl/MMV/MANIFEST | 9
src/perl/MMV/MMV.pm | 120 +++
src/perl/MMV/MMV.xs | 379 ++++++++++
src/perl/MMV/Makefile.PL | 49 +
src/perl/MMV/server.pl | 101 ++
src/perl/MMV/test.pl | 25
src/perl/MMV/typemap | 10
src/perl/PMDA/.gitignore | 11
src/perl/PMDA/Changes | 95 ++
src/perl/PMDA/GNUmakefile | 67 +
src/perl/PMDA/MANIFEST | 11
src/perl/PMDA/Makefile.PL | 49 +
src/perl/PMDA/PMDA.pm | 168 ++++
src/perl/PMDA/PMDA.xs | 1170 +++++++++++++++++++++++++++++++
src/perl/PMDA/cvalue.c | 155 ++++
src/perl/PMDA/local.c | 423 +++++++++++
src/perl/PMDA/local.h | 80 ++
src/perl/PMDA/test.pl | 93 ++
src/perl/PMDA/typemap | 27
src/pmcd/pmdaproc.sh | 28
src/python/GNUmakefile | 4
112 files changed, 4114 insertions(+), 4055 deletions(-)
commit 3dc340fa4848349fcb8bc5724438e10f7671b1c0
Merge: 17fff72 597e800
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Aug 24 09:00:02 2012 +1000
Merge branch 'fche/dev' of git://sourceware.org/git/pcpfans into dev
commit 597e80054f90ef90c2a6bfb5c7dad51c7b37fa6e
Merge: 800a67b ce42a5a
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Aug 23 18:59:26 2012 -0400
Merge remote-tracking branch 'pcp/dev' into fche/dev
* pcp/dev:
Add to the python gitignore set
Improve some tests notrun handling when perl modules missing
Improve some tests notrun handling when getpmcdhosts finds none
Add pcp-testsuite package dependency on valgrind
pmdaproc.sh - better post-install checks
commit 17fff72a2a2bcfc300b7997c173278b9a49e5ce0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Aug 24 08:58:56 2012 +1000
Explicit rpm dependency on perl and perl-PCP-PMDA for pcp which has perl
PMDAs
commit 863b73546c34e6f343372e85b96d13a5f6c3e78b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Aug 24 08:58:00 2012 +1000
Build file changes to support renamed src/perl path
commit 800a67be165130a802970c4195dad2afb109ae3e
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Aug 23 18:39:17 2012 -0400
test
commit 502fb9f0a199d2933af590b8292055024feb080b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Aug 24 08:29:01 2012 +1000
Rename src/cpan to src/perl for clarity
commit 87a051bea621686c6cab570b7968f469c514e96c
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Thu Aug 23 18:17:59 2012 -0400
python: configury improvements
* configure.in: Check for python presence on build system.
* include/builddefs.in (PYTHON): Define.
* src/GNUmakefile (SUBDIRS): Add python only conditionally.
* src/python/GNUmakefile (SETUP_PY_INSTALL_OPTIONS): Prefix $$DIST_ROOT.
commit ce42a5a050354f842e88bfa2cea8a7009095ddff
Merge: 68ddd17 f2e6927
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 24 06:59:17 2012 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
commit 68ddd177ceb6a01692c5d4b20d57f566a63374f8
Merge: 936801d d773da9
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 10 08:58:53 2012 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
commit 936801de31e5e38c6c1757d8a778e9e2d70443db
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Aug 7 21:26:26 2012 +1000
pmdaproc.sh - better post-install checks
As part of the linux -> linux+proc PMDA split, discovered that
using pminfo to probe metrics is not as robust as it needs to be
when metric instance values are long and "odd" (like the proc
PMDA) ... switch to using pmprobe.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | pcp updates, Nathan Scott |
|---|---|
| Next by Date: | Re: [pcp] New dependencies for the PCP RPM packages, Nathan Scott |
| Previous by Thread: | pcp updates, Nathan Scott |
| Next by Thread: | pcp updates, Nathan Scott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |