pcp
[Top] [All Lists]

pcp fixes: python unicode fix, rc scripts, build, qa

To: pcp <pcp@xxxxxxxxxxx>
Subject: pcp fixes: python unicode fix, rc scripts, build, qa
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon, 13 Apr 2015 03:29:05 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <1633079747.17066054.1428909690168.JavaMail.zimbra@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: J64dvfMqiIvOXubX0FsaGSDk7U8ovQ==
Thread-topic: pcp fixes: python unicode fix, rc scripts, build, qa
Changes committed to git://git.pcp.io/pcp.git master

Nathan Scott (4):
      rc scripts: ensure rundir directory created when needed
      build: make pcp.spec.in match fedora.spec re webapi files
      python: do not assume unicode is only for python3
      qa: allow test 999 to pass with basic elasticsearch install

Paul Evans (2):
      pcp: Ensure that older pmdadmcache is removed and newer replacement 
pmdadm is installed as a replacement when updating release.
      pcp: Fix current directory location issue in _pmda_setup() when leaving 
enact "Remove" and moving to enact "Install".

 build/rpm/fedora.spec          |    1 +
 build/rpm/pcp.spec.in          |   13 ++++++++++++-
 debian/pcp.postinst.tail       |   11 +++++++++++
 qa/999                         |    1 +
 qa/src/test_pcp.python         |    2 +-
 src/pmcd/rc_pmcd               |    2 ++
 src/pmlogger/pmlogger_daily.sh |   10 ++++++----
 src/pmmgr/rc_pmmgr             |    7 +++++++
 src/pmproxy/rc_pmproxy         |    7 +++++++
 src/pmwebapi/rc_pmwebd         |   15 +++++++++++++--
 src/python/pcp/pmapi.py        |    6 +++---
 src/python/pcp/pmsubsys.py     |    2 +-
 12 files changed, 65 insertions(+), 12 deletions(-)

<Prev in Thread] Current Thread [Next in Thread>
  • pcp fixes: python unicode fix, rc scripts, build, qa, Nathan Scott <=