[this should be it for pcp-3.9.1, one final testsuite run
still going though... to be sure, to be sure]
Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/libpcp/src/spec.c | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
commit 092ffb7e53584842e38375f5db32501b9dbf0881
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 19 16:27:43 2014 +1100
Rework the recent libpcp hostspec parsing slightly
Test qa/875 is failing after recent changes to the libpcp
hostspec parsing. The problem is that both parsehostspec
and parsehost*attrs*spec are now adding the local:/unix:
prefixes, and __pmUnparseHostAttrsSpec ends up adding the
decoration twice. Massage the code so this cannot happen
while at the same time still sharing the hostspec unparse
code.
|