Changes committed to git://oss.sgi.com/pcp/pcp.git dev
CHANGELOG | 2 +-
build/rpm/devtoolset.spec | 9 ++++++---
build/rpm/fedora.spec | 5 ++++-
build/rpm/pcp.spec.in | 4 ++--
debian/changelog | 2 +-
debian/control | 4 ++--
debian/rules | 14 +++++++-------
qa/063 | 2 +-
qa/707 | 2 +-
qa/708 | 2 +-
qa/GNUmakefile | 7 +++----
qa/pmdas/bigun/GNUmakefile.install | 2 +-
qa/pmdas/broken/GNUmakefile.install | 2 +-
qa/pmdas/dynamic/GNUmakefile.install | 2 +-
qa/src/GNUlocaldefs | 7 ++++---
src/perl/LogSummary/.gitignore | 2 +-
src/pmdas/simple/GNUmakefile.install | 2 +-
src/pmdas/trivial/GNUmakefile.install | 2 +-
src/pmdas/txmon/GNUmakefile.install | 2 +-
19 files changed, 40 insertions(+), 34 deletions(-)
commit 943c0deaa89d276c3b06cac40bdb35387f3c55c2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 16:53:29 2012 +1100
Fix test 063 for non-shared builds (need -l{pthread,dl,m})
commit 4db13889f8e00d1394f9a453456ee803f9d543ac
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 16:43:13 2012 +1100
Update spec files, add DTS note about non-shared bz numbers
commit 3cc245ec41ed872e3f04e94bbd16282ce78672cb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 16:42:11 2012 +1100
Fix installed PMDA makefiles for non-shared builds (need -l{pthread,dl,m})
commit 3d95bc6a1fb0946341da00a3570fa29ccb0ada1a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 16:09:29 2012 +1100
Resolve a new lintian error around location of init scripts
commit 356786bff51f489e6b26863c7dc3b699316312e4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 14:08:19 2012 +1100
Update changelogs with dates and bug details for 3.6.9
commit 43b02eaf08bc26dcca8a548011eb57a59efdea98
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 12 14:00:00 2012 +1100
Fix python dependencies for .deb package builds
commit f287436f877f4cbf04f8fe81423729bcea30d73d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 11 11:31:17 2012 +1100
Workaround issues falling out of installing python scripts in QA
Firstly, ensure we install the python scripts into pcp-testsuite
package. The obvious way to do that would install them with the
executable bit appropriately set. However, that means RPM finds
them, and takes additional steps - like pre-compiling and adding
new files into the install root. And the files installed depend
on both rpm and python versions.
So, leap over this rathole by using the same trick used by perl
scripts in QA - don't set the execute bits and run the scripts in
the tests with the interpreter prefix. Seems the best of a bad
set of options. Note that this is only done for the QA scripts
that are python code - the real python scripts in PCP (pmcollectl
for example) must be run without a prefix to properly test the
installed packages.
commit c43fabf590cd792dc88f4791a89c4d9216b85612
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Oct 11 08:56:23 2012 +1100
Fix perl module gitignore file reference to blib/
|