| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
--yabbadabbadoo
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
[pcp:master] New Comment on Pull Request #278 Tidy up of Vagrantfile & Star=
t of OSX Sierra base box ( https://github.com/performancecopilot/pcp/pull/2=
78 )
By ryandoyle ( https://github.com/ryandoyle ) :
Yep looks better now :+1
---
[performancecopilot/pcp] Pull request closed by natoscott ( https://github.=
com/natoscott ) :
#278 Tidy up of Vagrantfile & Start of OSX Sierra base box ( https://githu=
b.com/performancecopilot/pcp/pull/278 )
My intent started off to get a working stable cleanroom environment for bu=
ilding PCP on OSX. I've leveraged a pattern found on the interwebs for usin=
g an OSX Sierra base image which is then bootstrapped further with some oth=
er installations via Homebrew. I've elected to tidy up the Vagrantfile in t=
he process, pulling out a lot of inline scripts into dedicated files so tha=
t the file is easier to read. At the moment, the provisioning of the OSX Si=
erra box takes FLIPPING AGES: * Firstly, the base image is 20GB, so get a c=
offee and chill with Netflix while that downloads the first time... * the `=
brew install` of several of the needed components takes _*FOREVER*_ - in pa=
rticular `gettext` and `qt5`. My strategy will be to supersede this base im=
age with a newer pre-built OSX Base box with these pre-installed. This won'=
t help the initial download of the base box though.. I'm not sure where we =
can store this image, perhaps bintray as Nathan outlined. ---- For some rea=
son this is coming up with a merge conflict but I don't know why...
---
27 New Commits:
[pcp:master] By tallpsmith <[email protected]>:
e435130e44b8 ( https://github.com/performancecopilot/pcp/commit/e435130e44=
b8bbbcc34b2cb402b0bd5d2ca03b53 ) : First cut at getting an osxSierra base i=
mage working with Vagrant. This grabs an OSX base box from the interwebs an=
d applies a bunch of extra brew installs to get it closer to a compilable s=
tate. Still doesn't work, but it's at least mimicing where I got to on my a=
ctual home laptop. Once we get closer, this could be used as the basis of a=
newer base box snapshot so the amount of install time (the extra brew inst=
alls takes 20 minutes or more to complete).
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
f9604ca91ebf ( https://github.com/performancecopilot/pcp/commit/f9604ca91e=
bf01469951f208441a9b0c82f4a2e8 ) : Auto-format Vagrantfile, no other change=
s.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
6f2122754410 ( https://github.com/performancecopilot/pcp/commit/6f21227544=
10ce9311a97ebd1adc92bfe5716a40 ) : add .idea to .gitignore
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
[pcp:master] By tallpsmith <[email protected]>:
5491b144da35 ( https://github.com/performancecopilot/pcp/commit/5491b144da=
35be55fdec98b11261521d0f1d5f09 ) : Relocate individual OS version provision=
ing scripts to dedicated files.
Added: provisioning/centos.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/centos.sh )
Added: provisioning/debian.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/debian.sh )
Added: provisioning/fedora.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/fedora.sh )
Added: provisioning/fedoraEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/fedoraEOL.sh )
Added: provisioning/osxsierra.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/osxsierra.sh )
Added: provisioning/suse.sh ( https://github.com/performancecopilot/pcp/bl=
ob/master/provisioning/suse.sh )
Added: provisioning/ubuntu.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/ubuntu.sh )
Added: provisioning/ubuntuEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/ubuntuEOL.sh )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
20b0efef34e5 ( https://github.com/performancecopilot/pcp/commit/20b0efef34=
e5263976527145af53698ce1cd53ad ) : Relocate QA script to dedicated file and=
minor formatting (indentation)
Added: provisioning/qa.sh ( https://github.com/performancecopilot/pcp/blob=
/master/provisioning/qa.sh )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
cbaf1801d5d7 ( https://github.com/performancecopilot/pcp/commit/cbaf1801d5=
d72e15b5098b7f03325b1fb9b0f966 ) : Remove commented out line
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
8b30d099516f ( https://github.com/performancecopilot/pcp/commit/8b30d09951=
6ff486b74b3259f7188840d2d06554 ) : First cut at getting an osxSierra base i=
mage working with Vagrant. This grabs an OSX base box from the interwebs an=
d applies a bunch of extra brew installs to get it closer to a compilable s=
tate. Still doesn't work, but it's at least mimicing where I got to on my a=
ctual home laptop. Once we get closer, this could be used as the basis of a=
newer base box snapshot so the amount of install time (the extra brew inst=
alls takes 20 minutes or more to complete).
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
c8ace7db30de ( https://github.com/performancecopilot/pcp/commit/c8ace7db30=
dead12f32b7ea7d4130c5878146aa8 ) : Auto-format Vagrantfile, no other change=
s.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
ff3e733fe456 ( https://github.com/performancecopilot/pcp/commit/ff3e733fe4=
56f0bc969f2cfcfadf628cecf4cc3e ) : add .idea to .gitignore
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
[pcp:master] By tallpsmith <[email protected]>:
b9acd1900729 ( https://github.com/performancecopilot/pcp/commit/b9acd19007=
29a267fa426287db8f8f807cc45942 ) : Relocate individual OS version provision=
ing scripts to dedicated files.
Added: provisioning/centos.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/centos.sh )
Added: provisioning/debian.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/debian.sh )
Added: provisioning/fedora.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/fedora.sh )
Added: provisioning/fedoraEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/fedoraEOL.sh )
Added: provisioning/osxsierra.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/osxsierra.sh )
Added: provisioning/suse.sh ( https://github.com/performancecopilot/pcp/bl=
ob/master/provisioning/suse.sh )
Added: provisioning/ubuntu.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/ubuntu.sh )
Added: provisioning/ubuntuEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/ubuntuEOL.sh )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
82ecf8e31bfb ( https://github.com/performancecopilot/pcp/commit/82ecf8e31b=
fb317b3ac287d97e85709fd0604282 ) : Relocate QA script to dedicated file and=
minor formatting (indentation)
Added: provisioning/qa.sh ( https://github.com/performancecopilot/pcp/blob=
/master/provisioning/qa.sh )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
0e59e65873e2 ( https://github.com/performancecopilot/pcp/commit/0e59e65873=
e2d0915d171730987d25cda23f8e07 ) : Remove commented out line
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
914eec22ef4f ( https://github.com/performancecopilot/pcp/commit/914eec22ef=
4f8936ae0c4edf62d7374a30d9d447 ) : First iteration of checking for OSX & Ac=
knowledgement, but there's a better idea I'll do instead.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
78eb150e7115 ( https://github.com/performancecopilot/pcp/commit/78eb150e71=
150cc973e1fa3e25523df5165a962a ) : Switch to only adding in the osxsierra b=
ox configuration if the underlying hardware is compatible and the user has =
explictly acknowledged the EULA details.
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
13d592a53dde ( https://github.com/performancecopilot/pcp/commit/13d592a53d=
de6ce92b16dc28bc1200998e014c62 ) : Added OSXReadme.md to outline how this o=
sxsierra box needs to be handled.
Added: OSXReadme.md ( https://github.com/performancecopilot/pcp/blob/maste=
r/OSXReadme.md )
[pcp:master] By tallpsmith <[email protected]>:
708c2d78e018 ( https://github.com/performancecopilot/pcp/commit/708c2d78e0=
182ddfb6d2a8c24dfbc6a7e185be68 ) : Subtle tidy up and added TODO note for m=
yself so I don't forget.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
8505698d055b ( https://github.com/performancecopilot/pcp/commit/8505698d05=
5bc344e585cbee6c9b3a3f0b8e4f94 ) : Merge conflict resolution in .gitignore
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
[pcp:master] By tallpsmith <[email protected]>:
d0883175dcce ( https://github.com/performancecopilot/pcp/commit/d0883175dc=
cef53a6c4e604e7b8ab4ad3d8c48ce ) : fixed merge conflict with .gitignore
Added: OSXReadme.md ( https://github.com/performancecopilot/pcp/blob/maste=
r/OSXReadme.md )
Added: build/containers/pcp-apache/Dockerfile ( https://github.com/perform=
ancecopilot/pcp/blob/master/build/containers/pcp-apache/Dockerfile )
Added: build/containers/pcp-apache/GNUmakefile ( https://github.com/perfor=
mancecopilot/pcp/blob/master/build/containers/pcp-apache/GNUmakefile )
Added: build/containers/pcp-apache/status.conf ( https://github.com/perfor=
mancecopilot/pcp/blob/master/build/containers/pcp-apache/status.conf )
Added: build/containers/pcp-base/bash_profile ( https://github.com/perform=
ancecopilot/pcp/blob/master/build/containers/pcp-base/bash_profile )
Added: build/containers/pcp-base/pcp.repo ( https://github.com/performance=
copilot/pcp/blob/master/build/containers/pcp-base/pcp.repo )
Added: build/containers/pcp-java-app/Dockerfile ( https://github.com/perfo=
rmancecopilot/pcp/blob/master/build/containers/pcp-java-app/Dockerfile )
Added: build/containers/pcp-java-app/GNUmakefile ( https://github.com/perf=
ormancecopilot/pcp/blob/master/build/containers/pcp-java-app/GNUmakefile )
Added: build/containers/pcp-java-app/acme.service ( https://github.com/per=
formancecopilot/pcp/blob/master/build/containers/pcp-java-app/acme.service =
)
Added: build/containers/pcp-nginx/Dockerfile ( https://github.com/performa=
ncecopilot/pcp/blob/master/build/containers/pcp-nginx/Dockerfile )
Added: build/containers/pcp-nginx/GNUmakefile ( https://github.com/perform=
ancecopilot/pcp/blob/master/build/containers/pcp-nginx/GNUmakefile )
Added: build/containers/pcp-nginx/status.conf ( https://github.com/perform=
ancecopilot/pcp/blob/master/build/containers/pcp-nginx/status.conf )
Added: build/containers/pcp-standalone/Dockerfile ( https://github.com/per=
formancecopilot/pcp/blob/master/build/containers/pcp-standalone/Dockerfile =
)
Added: build/containers/pcp-standalone/GNUmakefile ( https://github.com/pe=
rformancecopilot/pcp/blob/master/build/containers/pcp-standalone/GNUmakefil=
e )
Added: qa/1060 ( https://github.com/performancecopilot/pcp/blob/master/qa/=
1060 )
Added: qa/1060.out ( https://github.com/performancecopilot/pcp/blob/master=
/qa/1060.out )
Added: qa/1061 ( https://github.com/performancecopilot/pcp/blob/master/qa/=
1061 )
Added: qa/1061.out ( https://github.com/performancecopilot/pcp/blob/master=
/qa/1061.out )
Added: qa/1083 ( https://github.com/performancecopilot/pcp/blob/master/qa/=
1083 )
Added: qa/1083.out ( https://github.com/performancecopilot/pcp/blob/master=
/qa/1083.out )
Added: qa/1121 ( https://github.com/performancecopilot/pcp/blob/master/qa/=
1121 )
Added: qa/1121.out ( https://github.com/performancecopilot/pcp/blob/master=
/qa/1121.out )
Added: qa/917 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
17 )
Added: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/917.out.in )
Added: qa/918 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
18 )
Added: qa/918.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/918.out )
Added: qa/920 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
20 )
Added: qa/920.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/920.out )
Added: qa/925 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
25 )
Added: qa/925.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/925.out )
Added: qa/934 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
34 )
Added: qa/934.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/934.out )
Added: qa/linux/meminfo-root-003.tgz ( https://github.com/performancecopil=
ot/pcp/blob/master/qa/linux/meminfo-root-003.tgz )
Added: qa/linux/meminfo-root-004.tgz ( https://github.com/performancecopil=
ot/pcp/blob/master/qa/linux/meminfo-root-004.tgz )
Added: qa/linux/tape-root-001.tgz ( https://github.com/performancecopilot/=
pcp/blob/master/qa/linux/tape-root-001.tgz )
Added: qa/linux/tape-root-002.tgz ( https://github.com/performancecopilot/=
pcp/blob/master/qa/linux/tape-root-002.tgz )
Added: qa/lio/.gitignore ( https://github.com/performancecopilot/pcp/blob/=
master/qa/lio/.gitignore )
Added: qa/lio/GNUmakefile ( https://github.com/performancecopilot/pcp/blob=
/master/qa/lio/GNUmakefile )
Added: qa/lio/GNUmakefile.install ( https://github.com/performancecopilot/=
pcp/blob/master/qa/lio/GNUmakefile.install )
Added: qa/lio/README ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/lio/README )
Added: qa/lio/iscsi_conf.json ( https://github.com/performancecopilot/pcp/=
blob/master/qa/lio/iscsi_conf.json )
Added: qa/lio/iscsi_target.python ( https://github.com/performancecopilot/=
pcp/blob/master/qa/lio/iscsi_target.python )
Added: qa/lio/iscsi_target_configfs_dump.tar.gz ( https://github.com/perfo=
rmancecopilot/pcp/blob/master/qa/lio/iscsi_target_configfs_dump.tar.gz )
Added: qa/lio/lio_test.python ( https://github.com/performancecopilot/pcp/=
blob/master/qa/lio/lio_test.python )
Added: src/pmdas/linux/sysfs_tapestats.c ( https://github.com/performancec=
opilot/pcp/blob/master/src/pmdas/linux/sysfs_tapestats.c )
Added: src/pmdas/linux/sysfs_tapestats.h ( https://github.com/performancec=
opilot/pcp/blob/master/src/pmdas/linux/sysfs_tapestats.h )
Added: src/pmdas/lio/.gitignore ( https://github.com/performancecopilot/pc=
p/blob/master/src/pmdas/lio/.gitignore )
Added: src/pmdas/lio/GNUmakefile ( https://github.com/performancecopilot/p=
cp/blob/master/src/pmdas/lio/GNUmakefile )
Added: src/pmdas/lio/Install ( https://github.com/performancecopilot/pcp/b=
lob/master/src/pmdas/lio/Install )
Added: src/pmdas/lio/README.md ( https://github.com/performancecopilot/pcp=
/blob/master/src/pmdas/lio/README.md )
Added: src/pmdas/lio/Remove ( https://github.com/performancecopilot/pcp/bl=
ob/master/src/pmdas/lio/Remove )
Added: src/pmdas/lio/pmdalio.1 ( https://github.com/performancecopilot/pcp=
/blob/master/src/pmdas/lio/pmdalio.1 )
Added: src/pmdas/lio/pmdalio.python ( https://github.com/performancecopilo=
t/pcp/blob/master/src/pmdas/lio/pmdalio.python )
Added: src/selinux/.gitignore ( https://github.com/performancecopilot/pcp/=
blob/master/src/selinux/.gitignore )
Added: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pc=
p/blob/master/src/selinux/GNUlocaldefs )
Added: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp=
/blob/master/src/selinux/GNUmakefile )
Added: src/selinux/README ( https://github.com/performancecopilot/pcp/blob=
/master/src/selinux/README )
Added: src/selinux/pcpupstream.fc ( https://github.com/performancecopilot/=
pcp/blob/master/src/selinux/pcpupstream.fc )
Added: src/selinux/pcpupstream.if ( https://github.com/performancecopilot/=
pcp/blob/master/src/selinux/pcpupstream.if )
Added: src/selinux/pcpupstream.te.in ( https://github.com/performancecopil=
ot/pcp/blob/master/src/selinux/pcpupstream.te.in )
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/maste=
r/CHANGELOG )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/mas=
ter/VERSION.pcp )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
Modified: build/containers/GNUmakefile ( https://github.com/performancecop=
ilot/pcp/blob/master/build/containers/GNUmakefile )
Modified: build/containers/pcp-base/Dockerfile ( https://github.com/perfor=
mancecopilot/pcp/blob/master/build/containers/pcp-base/Dockerfile )
Modified: build/containers/pcp-base/GNUmakefile ( https://github.com/perfo=
rmancecopilot/pcp/blob/master/build/containers/pcp-base/GNUmakefile )
Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/GNUmakefile )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/fedora.spec )
Modified: build/rpm/parfait.spec ( https://github.com/performancecopilot/p=
cp/blob/master/build/rpm/parfait.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/pcp.spec.in )
Modified: build/rpm/si-units.spec ( https://github.com/performancecopilot/=
pcp/blob/master/build/rpm/si-units.spec )
Modified: build/rpm/uom-parent.spec ( https://github.com/performancecopilo=
t/pcp/blob/master/build/rpm/uom-parent.spec )
Modified: build/rpm/uom-se.spec ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/uom-se.spec )
Modified: build/rpm/uom-systems.spec ( https://github.com/performancecopil=
ot/pcp/blob/master/build/rpm/uom-systems.spec )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/maste=
r/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/ma=
ster/configure.ac )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blo=
b/master/debian/changelog )
Modified: man/man1/pmdammv.1 ( https://github.com/performancecopilot/pcp/b=
lob/master/man/man1/pmdammv.1 )
Modified: qa/.gitignore ( https://github.com/performancecopilot/pcp/blob/m=
aster/qa/.gitignore )
Modified: qa/003 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/003 )
Modified: qa/023 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/023 )
Modified: qa/025 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/025 )
Modified: qa/032 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/032 )
Modified: qa/041 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/041 )
Modified: qa/043 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/043 )
Modified: qa/051 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/051 )
Modified: qa/066 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/066 )
Modified: qa/067 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/067 )
Modified: qa/068 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/068 )
Modified: qa/069 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/069 )
Modified: qa/069.out.ipv6 ( https://github.com/performancecopilot/pcp/blob=
/master/qa/069.out.ipv6 )
Modified: qa/069.out.nonipv6 ( https://github.com/performancecopilot/pcp/b=
lob/master/qa/069.out.nonipv6 )
Modified: qa/083 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/083 )
Modified: qa/096 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/096 )
Modified: qa/1000 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1000 )
Modified: qa/1018 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1018 )
Modified: qa/102 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/102 )
Modified: qa/1031 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1031 )
Modified: qa/1034 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1034 )
Modified: qa/1041 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1041 )
Modified: qa/1053 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1053 )
Modified: qa/1055 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1055 )
Modified: qa/1058 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1058 )
Modified: qa/1059 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1059 )
Modified: qa/1079.out ( https://github.com/performancecopilot/pcp/blob/mas=
ter/qa/1079.out )
Modified: qa/1087 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1087 )
Modified: qa/1087.out ( https://github.com/performancecopilot/pcp/blob/mas=
ter/qa/1087.out )
Modified: qa/1090 ( https://github.com/performancecopilot/pcp/blob/master/=
qa/1090 )
Modified: qa/115 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/115 )
Modified: qa/115.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/115.out )
Modified: qa/119 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/119 )
Modified: qa/156 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/156 )
Modified: qa/168 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/168 )
Modified: qa/169 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/169 )
Modified: qa/170 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/170 )
Modified: qa/172 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/172 )
Modified: qa/172.out.ipv6 ( https://github.com/performancecopilot/pcp/blob=
/master/qa/172.out.ipv6 )
Modified: qa/172.out.nonipv6 ( https://github.com/performancecopilot/pcp/b=
lob/master/qa/172.out.nonipv6 )
Modified: qa/183 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/183 )
Modified: qa/187 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/187 )
Modified: qa/192 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/192 )
Modified: qa/193 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/193 )
Modified: qa/196 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/196 )
Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/200 )
Modified: qa/212 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/212 )
Modified: qa/216 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/216 )
Modified: qa/220 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/220 )
Modified: qa/224 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/224 )
Modified: qa/230 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/230 )
Modified: qa/241 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/241 )
Modified: qa/243 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/243 )
Modified: qa/244 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/244 )
Modified: qa/254 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/254 )
Modified: qa/255 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/255 )
Modified: qa/258 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/258 )
Modified: qa/272 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/272 )
Modified: qa/273 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/273 )
Modified: qa/279 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/279 )
Modified: qa/280 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/280 )
Modified: qa/282 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/282 )
Modified: qa/282.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/282.out )
Modified: qa/283 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/283 )
Modified: qa/294 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/294 )
Modified: qa/295 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/295 )
Modified: qa/296 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/296 )
Modified: qa/297 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/297 )
Modified: qa/300 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/300 )
Modified: qa/300.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/300.out )
Modified: qa/301 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/301 )
Modified: qa/309 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/309 )
Modified: qa/324 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/324 )
Modified: qa/326 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/326 )
Modified: qa/336 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/336 )
Modified: qa/340 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/340 )
Modified: qa/346 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/346 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/347 )
Modified: qa/348 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/348 )
Modified: qa/349 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/349 )
Modified: qa/356 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/356 )
Modified: qa/365 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/365 )
Modified: qa/381 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/381 )
Modified: qa/389 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/389 )
Modified: qa/398 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/398 )
Modified: qa/421 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/421 )
Modified: qa/426 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/426 )
Modified: qa/427 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/427 )
Modified: qa/445 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/445 )
Modified: qa/455 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/455 )
Modified: qa/462 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/462 )
Modified: qa/462.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/462.out )
Modified: qa/510 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/510 )
Modified: qa/522 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/522 )
Modified: qa/535 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/535 )
Modified: qa/541 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/541 )
Modified: qa/557 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/557 )
Modified: qa/558 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/558 )
Modified: qa/565 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/565 )
Modified: qa/572 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/572 )
Modified: qa/575 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/575 )
Modified: qa/575.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/575.out )
Modified: qa/578 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/578 )
Modified: qa/578.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/578.out )
Modified: qa/581 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/581 )
Modified: qa/581.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/581.out )
Modified: qa/583 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/583 )
Modified: qa/584 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/584 )
Modified: qa/587 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/587 )
Modified: qa/628 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/628 )
Modified: qa/642 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/642 )
Modified: qa/643 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/643 )
Modified: qa/647 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/647 )
Modified: qa/648 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/648 )
Modified: qa/649 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/649 )
Modified: qa/657 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/657 )
Modified: qa/657.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/657.out )
Modified: qa/660 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/660 )
Modified: qa/666 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/666 )
Modified: qa/668 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/668 )
Modified: qa/669 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/669 )
Modified: qa/704 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/704 )
Modified: qa/712 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/712 )
Modified: qa/713 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/713 )
Modified: qa/714 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/714 )
Modified: qa/717 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/717 )
Modified: qa/725 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/725 )
Modified: qa/740 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/740 )
Modified: qa/755 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/755 )
Modified: qa/757 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/757 )
Modified: qa/759 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/759 )
Modified: qa/760 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/760 )
Modified: qa/761 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/761 )
Modified: qa/778 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/778 )
Modified: qa/781 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/781 )
Modified: qa/782 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/782 )
Modified: qa/788 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/788 )
Modified: qa/796 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/796 )
Modified: qa/799 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/799 )
Modified: qa/805 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/805 )
Modified: qa/805.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/805.out )
Modified: qa/819 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/819 )
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/821.out )
Modified: qa/823 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/823 )
Modified: qa/825 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/825 )
Modified: qa/831 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/831 )
Modified: qa/831.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/831.out )
Modified: qa/832 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/832 )
Modified: qa/835 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/835 )
Modified: qa/837 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/837 )
Modified: qa/845 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/845 )
Modified: qa/848 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/848 )
Modified: qa/854 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/854 )
Modified: qa/855 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/855 )
Modified: qa/856 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/856 )
Modified: qa/878 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/878 )
Modified: qa/882 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/882 )
Modified: qa/892 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/892 )
Modified: qa/893 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/893 )
Modified: qa/903 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/903 )
Modified: qa/915 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/915 )
Modified: qa/932 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/932 )
Modified: qa/948 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/948 )
Modified: qa/956 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/956 )
Modified: qa/956.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/956.out )
Modified: qa/957.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/957.out )
Modified: qa/960 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/960 )
Modified: qa/964 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/964 )
Modified: qa/964.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/964.out )
Modified: qa/966 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/966 )
Modified: qa/973 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/973 )
Modified: qa/983 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/983 )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/=
master/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/p=
cp/blob/master/qa/GNUmakefile.install )
Modified: qa/admin/check-vm ( https://github.com/performancecopilot/pcp/bl=
ob/master/qa/admin/check-vm )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/maste=
r/qa/common )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob=
/master/qa/common.check )
Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blo=
b/master/qa/common.filter )
Modified: qa/common.secure ( https://github.com/performancecopilot/pcp/blo=
b/master/qa/common.secure )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master=
/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/master/q=
a/new )
Modified: qa/pmdas/test_perl/Install ( https://github.com/performancecopil=
ot/pcp/blob/master/qa/pmdas/test_perl/Install )
Modified: qa/src/pmcdgone.c ( https://github.com/performancecopilot/pcp/bl=
ob/master/qa/src/pmcdgone.c )
Modified: qa/valgrind-suppress-3.5.0 ( https://github.com/performancecopil=
ot/pcp/blob/master/qa/valgrind-suppress-3.5.0 )
Modified: src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob=
/master/src/GNUmakefile )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot=
/pcp/blob/master/src/include/builddefs.in )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/p=
cp/blob/master/src/include/pcp/impl.h )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecop=
ilot/pcp/blob/master/src/libpcp/src/check-statics )
Modified: src/libpcp/src/hash.c ( https://github.com/performancecopilot/pc=
p/blob/master/src/libpcp/src/hash.c )
Modified: src/libpcp/src/interp.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/interp.c )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot=
/pcp/blob/master/src/libpcp/src/logmeta.c )
Modified: src/libpcp_web/src/http_client.c ( https://github.com/performanc=
ecopilot/pcp/blob/master/src/libpcp_web/src/http_client.c )
Modified: src/libpcp_web/src/json_helpers.c ( https://github.com/performan=
cecopilot/pcp/blob/master/src/libpcp_web/src/json_helpers.c )
Modified: src/pcp/atop/ifprop.c ( https://github.com/performancecopilot/pc=
p/blob/master/src/pcp/atop/ifprop.c )
Modified: src/pmcd/pmdaproc.sh ( https://github.com/performancecopilot/pcp=
/blob/master/src/pmcd/pmdaproc.sh )
Modified: src/pmcd/rc-proc.sh ( https://github.com/performancecopilot/pcp/=
blob/master/src/pmcd/rc-proc.sh )
Modified: src/pmcd/rc_pcp ( https://github.com/performancecopilot/pcp/blob=
/master/src/pmcd/rc_pcp )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pc=
p/blob/master/src/pmdas/GNUmakefile )
Modified: src/pmdas/apache/README ( https://github.com/performancecopilot/=
pcp/blob/master/src/pmdas/apache/README )
Modified: src/pmdas/bind2/pmdabind2.pl ( https://github.com/performancecop=
ilot/pcp/blob/master/src/pmdas/bind2/pmdabind2.pl )
Modified: src/pmdas/docker/.gitignore ( https://github.com/performancecopi=
lot/pcp/blob/master/src/pmdas/docker/.gitignore )
Modified: src/pmdas/docker/GNUmakefile ( https://github.com/performancecop=
ilot/pcp/blob/master/src/pmdas/docker/GNUmakefile )
Modified: src/pmdas/docker/docker.c ( https://github.com/performancecopilo=
t/pcp/blob/master/src/pmdas/docker/docker.c )
Modified: src/pmdas/docker/help ( https://github.com/performancecopilot/pc=
p/blob/master/src/pmdas/docker/help )
Modified: src/pmdas/docker/pmdadocker.1 ( https://github.com/performanceco=
pilot/pcp/blob/master/src/pmdas/docker/pmdadocker.1 )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopi=
lot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp=
/blob/master/src/pmdas/linux/help )
Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pc=
p/blob/master/src/pmdas/linux/ipc.c )
Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/=
pcp/blob/master/src/pmdas/linux/linux.h )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopil=
ot/pcp/blob/master/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/p=
cp/blob/master/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performanc=
ecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/proc_vmstat.c ( https://github.com/performanceco=
pilot/pcp/blob/master/src/pmdas/linux/proc_vmstat.c )
Modified: src/pmdas/linux/proc_vmstat.h ( https://github.com/performanceco=
pilot/pcp/blob/master/src/pmdas/linux/proc_vmstat.h )
Modified: src/pmdas/linux/proc_zoneinfo.c ( https://github.com/performance=
copilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.c )
Modified: src/pmdas/linux/proc_zoneinfo.h ( https://github.com/performance=
copilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.h )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopil=
ot/pcp/blob/master/src/pmdas/linux/root_linux )
Modified: src/pmdas/linux_proc/getinfo.c ( https://github.com/performancec=
opilot/pcp/blob/master/src/pmdas/linux_proc/getinfo.c )
Modified: src/pmdas/linux_proc/lex.l ( https://github.com/performancecopil=
ot/pcp/blob/master/src/pmdas/linux_proc/lex.l )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopi=
lot/pcp/blob/master/src/pmdas/linux_proc/pmda.c )
Modified: src/pmdas/mmv/src/mmv.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/pmdas/mmv/src/mmv.c )
Modified: src/pmie/pmie_check.sh ( https://github.com/performancecopilot/p=
cp/blob/master/src/pmie/pmie_check.sh )
Modified: src/pmlogger/pmlogger_check.sh ( https://github.com/performancec=
opilot/pcp/blob/master/src/pmlogger/pmlogger_check.sh )
Modified: src/pmlogger/pmlogger_daily.sh ( https://github.com/performancec=
opilot/pcp/blob/master/src/pmlogger/pmlogger_daily.sh )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp=
/blob/master/src/pmns/stdpmid.pcp )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/b=
lob/master/src/pmrep/pmrep.py )
[pcp:master] By tallpsmith <[email protected]>:
14bc92f2244e ( https://github.com/performancecopilot/pcp/commit/14bc92f224=
4e57c2a5c763407dbd06e7c026cec7 ) : Based on Ryan's feedback, switch to a ST=
DERR output and non-fatal mode if the underlying platform can't run 'osxsie=
rra'. I mean, not _everyone_ has a Mac... :sadpanda
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
076e0fbc9622 ( https://github.com/performancecopilot/pcp/commit/076e0fbc96=
2236251f3e5a2986cddd72ea0a7e81 ) : Based on Ryan's feedback switch to stand=
ard Ruby lowercase snake case.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By tallpsmith <[email protected]>:
24d64d83c730 ( https://github.com/performancecopilot/pcp/commit/24d64d83c7=
30b6de1a70db094b75c448850a0c4b ) : add pkg-config to the homebrew dependenc=
y list
Modified: provisioning/osxsierra.sh ( https://github.com/performancecopilo=
t/pcp/blob/master/provisioning/osxsierra.sh )
[pcp:master] By tallpsmith <[email protected]>:
bb816df3afc4 ( https://github.com/performancecopilot/pcp/commit/bb816df3af=
c49aa7ec23f1e2282269b8cbc1c243 ) : There's no --universal for pkg-config, n=
ot sure what I was thinking..
Modified: provisioning/osxsierra.sh ( https://github.com/performancecopilo=
t/pcp/blob/master/provisioning/osxsierra.sh )
[pcp:master] By tallpsmith <[email protected]>:
b7ca91e4811a ( https://github.com/performancecopilot/pcp/commit/b7ca91e481=
1a67d620b150b8e2298b9c9dc6f8e7 ) : move cairo homebrew dependency down to a=
non-universal install (because there isn't one). pkg-config gets brought i=
n by cairo anyway, but safe to just put it there anyway...
Modified: provisioning/osxsierra.sh ( https://github.com/performancecopilo=
t/pcp/blob/master/provisioning/osxsierra.sh )
[pcp:master] By tallpsmith <[email protected]>:
cbf5d6186261 ( https://github.com/performancecopilot/pcp/commit/cbf5d61862=
618c02a5ec8fd2417f8fb83c005355 ) : remove bleating warnings about osxsierra=
box, if your a Mac person you'll just have to read the docs.. Based on dis=
cussion with Ryan. This does predicate making the OSXReadme.md a bit better=
than it is.
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By Nathan Scott <[email protected]>:
8a05918137d6 ( https://github.com/performancecopilot/pcp/commit/8a05918137=
d600bb356c9f924362e38c0afcd849 ) : build: latest unitsofmeasurement and par=
fait spec file updates
Added: build/rpm/unitsofmeasurement-si-units.spec ( https://github.com/per=
formancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-si-units.spec =
)
Added: build/rpm/unitsofmeasurement-unit-api.spec ( https://github.com/per=
formancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-unit-api.spec =
)
Added: build/rpm/unitsofmeasurement-uom-lib.spec ( https://github.com/perf=
ormancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-uom-lib.spec )
Added: build/rpm/unitsofmeasurement-uom-parent.spec ( https://github.com/p=
erformancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-uom-parent.s=
pec )
Added: build/rpm/unitsofmeasurement-uom-se.spec ( https://github.com/perfo=
rmancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-uom-se.spec )
Added: build/rpm/unitsofmeasurement-uom-systems.spec ( https://github.com/=
performancecopilot/pcp/blob/master/build/rpm/unitsofmeasurement-uom-systems=
.spec )
Removed: build/rpm/si-units.spec ( https://github.com/performancecopilot/p=
cp/blob/master/build/rpm/si-units.spec )
Removed: build/rpm/unit-api.spec ( https://github.com/performancecopilot/p=
cp/blob/master/build/rpm/unit-api.spec )
Removed: build/rpm/uom-lib.spec ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/uom-lib.spec )
Removed: build/rpm/uom-parent.spec ( https://github.com/performancecopilot=
/pcp/blob/master/build/rpm/uom-parent.spec )
Removed: build/rpm/uom-se.spec ( https://github.com/performancecopilot/pcp=
/blob/master/build/rpm/uom-se.spec )
Removed: build/rpm/uom-systems.spec ( https://github.com/performancecopilo=
t/pcp/blob/master/build/rpm/uom-systems.spec )
Modified: build/rpm/parfait.spec ( https://github.com/performancecopilot/p=
cp/blob/master/build/rpm/parfait.spec )
[pcp:master] By Nathan Scott <[email protected]>:
e53285345911 ( https://github.com/performancecopilot/pcp/commit/e532853459=
1141feab1a6322ac73edea6f6e564e ) : Merge branch 'osx-vagrant' of https://gi=
thub.com/tallpsmith/pcp into tallpsmith-osx-vagrant
Added: OSXReadme.md ( https://github.com/performancecopilot/pcp/blob/maste=
r/OSXReadme.md )
Added: provisioning/centos.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/centos.sh )
Added: provisioning/debian.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/debian.sh )
Added: provisioning/fedora.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/fedora.sh )
Added: provisioning/fedoraEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/fedoraEOL.sh )
Added: provisioning/osxsierra.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/osxsierra.sh )
Added: provisioning/qa.sh ( https://github.com/performancecopilot/pcp/blob=
/master/provisioning/qa.sh )
Added: provisioning/suse.sh ( https://github.com/performancecopilot/pcp/bl=
ob/master/provisioning/suse.sh )
Added: provisioning/ubuntu.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/ubuntu.sh )
Added: provisioning/ubuntuEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/ubuntuEOL.sh )
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
[pcp:master] By Nathan Scott <[email protected]>:
6f6d1c24f7f4 ( https://github.com/performancecopilot/pcp/commit/6f6d1c24f7=
f4a53a5a7065ef437deb3f56e82f5c ) : Merge branch 'tallpsmith-osx-vagrant'
Added: OSXReadme.md ( https://github.com/performancecopilot/pcp/blob/maste=
r/OSXReadme.md )
Added: provisioning/centos.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/centos.sh )
Added: provisioning/debian.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/debian.sh )
Added: provisioning/fedora.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/fedora.sh )
Added: provisioning/fedoraEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/fedoraEOL.sh )
Added: provisioning/osxsierra.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/osxsierra.sh )
Added: provisioning/qa.sh ( https://github.com/performancecopilot/pcp/blob=
/master/provisioning/qa.sh )
Added: provisioning/suse.sh ( https://github.com/performancecopilot/pcp/bl=
ob/master/provisioning/suse.sh )
Added: provisioning/ubuntu.sh ( https://github.com/performancecopilot/pcp/=
blob/master/provisioning/ubuntu.sh )
Added: provisioning/ubuntuEOL.sh ( https://github.com/performancecopilot/p=
cp/blob/master/provisioning/ubuntuEOL.sh )
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/mast=
er/.gitignore )
Modified: Vagrantfile ( https://github.com/performancecopilot/pcp/blob/mas=
ter/Vagrantfile )
--yabbadabbadoo
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
[pcp:master] New Comment on Pull Request <a href=3D"https://github.com/per=
formancecopilot/pcp/pull/278">#278 Tidy up of Vagrantfile & Start of OSX Si=
erra base box</a><br>
By <a href=3D"https://github.com/ryandoyle">ryandoyle</a>:<p>
<p>Yep looks better now :+1</p>
<p>
<hr><p>
[performancecopilot/pcp] Pull request closed by <a href=3D"https://github.=
com/natoscott">natoscott</a>:<p>
<a href=3D"https://github.com/performancecopilot/pcp/pull/278">#278 Tidy u=
p of Vagrantfile & Start of OSX Sierra base box</a><br>
My intent started off to get a working stable cleanroom environment for bu=
ilding PCP on OSX.
I've leveraged a pattern found on the interwebs for using an OSX Sierra ba=
se image which is then bootstrapped further with some other installations v=
ia Homebrew.
I've elected to tidy up the Vagrantfile in the process, pulling out a lot =
of inline scripts into dedicated files so that the file is easier to read.
At the moment, the provisioning of the OSX Sierra box takes FLIPPING AGES:
* Firstly, the base image is 20GB, so get a coffee and chill with Netflix =
while that downloads the first time...
* the `brew install` of several of the needed components takes _*FOREVER*_=
- in particular `gettext` and `qt5`. My strategy will be to supersede thi=
s base image with a newer pre-built OSX Base box with these pre-installed. =
This won't help the initial download of the base box though.. I'm not sur=
e where we can store this image, perhaps bintray as Nathan outlined.
----
For some reason this is coming up with a merge conflict but I don't know w=
hy...
<p>
<hr><p>
27 New Commits:
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/e435130e44b8bb=
bcc34b2cb402b0bd5d2ca03b53">e435130e44b8</a>: First cut at getting an osxSi=
erra base image working with Vagrant.
This grabs an OSX base box from the interwebs and applies a bunch
of extra brew installs to get it closer to a compilable state.
Still doesn't work, but it's at least mimicing where I got to on my actual
home laptop.
Once we get closer, this could be used as the basis of a newer base box
snapshot so the amount of install time (the extra brew installs takes 20
minutes or more to complete).<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/f9604ca91ebf01=
469951f208441a9b0c82f4a2e8">f9604ca91ebf</a>: Auto-format Vagrantfile, no o=
ther changes.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/6f2122754410ce=
9311a97ebd1adc92bfe5716a40">6f2122754410</a>: add .idea to .gitignore<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/5491b144da35be=
55fdec98b11261521d0f1d5f09">5491b144da35</a>: Relocate individual OS versio=
n provisioning scripts to dedicated files.<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/centos.sh">provisioning/centos.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/debian.sh">provisioning/debian.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedora.sh">provisioning/fedora.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedoraEOL.sh">provisioning/fedoraEOL.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/suse.sh">provisioning/suse.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntu.sh">provisioning/ubuntu.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntuEOL.sh">provisioning/ubuntuEOL.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/20b0efef34e526=
3976527145af53698ce1cd53ad">20b0efef34e5</a>: Relocate QA script to dedicat=
ed file and minor formatting (indentation)<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/qa.sh">provisioning/qa.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/cbaf1801d5d72e=
15b5098b7f03325b1fb9b0f966">cbaf1801d5d7</a>: Remove commented out line<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/8b30d099516ff4=
86b74b3259f7188840d2d06554">8b30d099516f</a>: First cut at getting an osxSi=
erra base image working with Vagrant.
This grabs an OSX base box from the interwebs and applies a bunch
of extra brew installs to get it closer to a compilable state.
Still doesn't work, but it's at least mimicing where I got to on my actual
home laptop.
Once we get closer, this could be used as the basis of a newer base box
snapshot so the amount of install time (the extra brew installs takes 20
minutes or more to complete).<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/c8ace7db30dead=
12f32b7ea7d4130c5878146aa8">c8ace7db30de</a>: Auto-format Vagrantfile, no o=
ther changes.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/ff3e733fe456f0=
bc969f2cfcfadf628cecf4cc3e">ff3e733fe456</a>: add .idea to .gitignore<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/b9acd1900729a2=
67fa426287db8f8f807cc45942">b9acd1900729</a>: Relocate individual OS versio=
n provisioning scripts to dedicated files.<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/centos.sh">provisioning/centos.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/debian.sh">provisioning/debian.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedora.sh">provisioning/fedora.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedoraEOL.sh">provisioning/fedoraEOL.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/suse.sh">provisioning/suse.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntu.sh">provisioning/ubuntu.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntuEOL.sh">provisioning/ubuntuEOL.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/82ecf8e31bfb31=
7b3ac287d97e85709fd0604282">82ecf8e31bfb</a>: Relocate QA script to dedicat=
ed file and minor formatting (indentation)<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/qa.sh">provisioning/qa.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/0e59e65873e2d0=
915d171730987d25cda23f8e07">0e59e65873e2</a>: Remove commented out line<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/914eec22ef4f89=
36ae0c4edf62d7374a30d9d447">914eec22ef4f</a>: First iteration of checking f=
or OSX & Acknowledgement, but there's a better idea I'll do instead.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/78eb150e71150c=
c973e1fa3e25523df5165a962a">78eb150e7115</a>: Switch to only adding in the =
osxsierra box configuration if the
underlying hardware is compatible and the user has explictly acknowledged
the EULA details.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/13d592a53dde6c=
e92b16dc28bc1200998e014c62">13d592a53dde</a>: Added OSXReadme.md to outline=
how this osxsierra box needs to be handled.<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/OS=
XReadme.md">OSXReadme.md</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/708c2d78e0182d=
dfb6d2a8c24dfbc6a7e185be68">708c2d78e018</a>: Subtle tidy up and added TODO=
note for myself so I don't forget.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/8505698d055bc3=
44e585cbee6c9b3a3f0b8e4f94">8505698d055b</a>: Merge conflict resolution in =
.gitignore<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/d0883175dccef5=
3a6c4e604e7b8ab4ad3d8c48ce">d0883175dcce</a>: fixed merge conflict with .gi=
tignore<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/OS=
XReadme.md">OSXReadme.md</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-apache/Dockerfile">build/containers/pcp-apache/Dockerfil=
e</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-apache/GNUmakefile">build/containers/pcp-apache/GNUmakef=
ile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-apache/status.conf">build/containers/pcp-apache/status.c=
onf</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-base/bash_profile">build/containers/pcp-base/bash_profil=
e</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-base/pcp.repo">build/containers/pcp-base/pcp.repo</a><br=
>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-java-app/Dockerfile">build/containers/pcp-java-app/Docke=
rfile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-java-app/GNUmakefile">build/containers/pcp-java-app/GNUm=
akefile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-java-app/acme.service">build/containers/pcp-java-app/acm=
e.service</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-nginx/Dockerfile">build/containers/pcp-nginx/Dockerfile<=
/a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-nginx/GNUmakefile">build/containers/pcp-nginx/GNUmakefil=
e</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-nginx/status.conf">build/containers/pcp-nginx/status.con=
f</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-standalone/Dockerfile">build/containers/pcp-standalone/D=
ockerfile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/containers/pcp-standalone/GNUmakefile">build/containers/pcp-standalone/=
GNUmakefile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1060">qa/1060</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1060.out">qa/1060.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1061">qa/1061</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1061.out">qa/1061.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1083">qa/1083</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1083.out">qa/1083.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1121">qa/1121</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/1121.out">qa/1121.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/917">qa/917</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/917.out.in">qa/917.out.in</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/918">qa/918</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/918.out">qa/918.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/920">qa/920</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/920.out">qa/920.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/925">qa/925</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/925.out">qa/925.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/934">qa/934</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/934.out">qa/934.out</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/linux/meminfo-root-003.tgz">qa/linux/meminfo-root-003.tgz</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/linux/meminfo-root-004.tgz">qa/linux/meminfo-root-004.tgz</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/linux/tape-root-001.tgz">qa/linux/tape-root-001.tgz</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/linux/tape-root-002.tgz">qa/linux/tape-root-002.tgz</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/.gitignore">qa/lio/.gitignore</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/GNUmakefile">qa/lio/GNUmakefile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/GNUmakefile.install">qa/lio/GNUmakefile.install</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/README">qa/lio/README</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/iscsi_conf.json">qa/lio/iscsi_conf.json</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/iscsi_target.python">qa/lio/iscsi_target.python</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/iscsi_target_configfs_dump.tar.gz">qa/lio/iscsi_target_configfs_dump.t=
ar.gz</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/lio/lio_test.python">qa/lio/lio_test.python</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/linux/sysfs_tapestats.c">src/pmdas/linux/sysfs_tapestats.c</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/linux/sysfs_tapestats.h">src/pmdas/linux/sysfs_tapestats.h</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/.gitignore">src/pmdas/lio/.gitignore</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/GNUmakefile">src/pmdas/lio/GNUmakefile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/Install">src/pmdas/lio/Install</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/README.md">src/pmdas/lio/README.md</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/Remove">src/pmdas/lio/Remove</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/pmdalio.1">src/pmdas/lio/pmdalio.1</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/pmdas/lio/pmdalio.python">src/pmdas/lio/pmdalio.python</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/.gitignore">src/selinux/.gitignore</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/GNUlocaldefs">src/selinux/GNUlocaldefs</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/GNUmakefile">src/selinux/GNUmakefile</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/README">src/selinux/README</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/pcpupstream.fc">src/selinux/pcpupstream.fc</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/pcpupstream.if">src/selinux/pcpupstream.if</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/sr=
c/selinux/pcpupstream.te.in">src/selinux/pcpupstream.te.in</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/CHANGELOG">CHANGELOG</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/VERSION.pcp">VERSION.pcp</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/containers/GNUmakefile">build/containers/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/containers/pcp-base/Dockerfile">build/containers/pcp-base/Dockerfile=
</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/containers/pcp-base/GNUmakefile">build/containers/pcp-base/GNUmakefi=
le</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/GNUmakefile">build/rpm/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/fedora.spec">build/rpm/fedora.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/parfait.spec">build/rpm/parfait.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/pcp.spec.in">build/rpm/pcp.spec.in</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/si-units.spec">build/rpm/si-units.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/uom-parent.spec">build/rpm/uom-parent.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/uom-se.spec">build/rpm/uom-se.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/uom-systems.spec">build/rpm/uom-systems.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/configure">configure</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/configure.ac">configure.ac</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/debian/changelog">debian/changelog</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/man/man1/pmdammv.1">man/man1/pmdammv.1</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/.gitignore">qa/.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/003">qa/003</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/023">qa/023</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/025">qa/025</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/032">qa/032</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/041">qa/041</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/043">qa/043</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/051">qa/051</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/066">qa/066</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/067">qa/067</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/068">qa/068</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/069">qa/069</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/069.out.ipv6">qa/069.out.ipv6</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/069.out.nonipv6">qa/069.out.nonipv6</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/083">qa/083</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/096">qa/096</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1000">qa/1000</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1018">qa/1018</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/102">qa/102</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1031">qa/1031</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1034">qa/1034</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1041">qa/1041</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1053">qa/1053</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1055">qa/1055</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1058">qa/1058</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1059">qa/1059</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1079.out">qa/1079.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1087">qa/1087</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1087.out">qa/1087.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/1090">qa/1090</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/115">qa/115</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/115.out">qa/115.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/119">qa/119</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/156">qa/156</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/168">qa/168</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/169">qa/169</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/170">qa/170</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/172">qa/172</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/172.out.ipv6">qa/172.out.ipv6</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/172.out.nonipv6">qa/172.out.nonipv6</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/183">qa/183</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/187">qa/187</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/192">qa/192</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/193">qa/193</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/196">qa/196</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/200">qa/200</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/212">qa/212</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/216">qa/216</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/220">qa/220</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/224">qa/224</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/230">qa/230</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/241">qa/241</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/243">qa/243</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/244">qa/244</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/254">qa/254</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/255">qa/255</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/258">qa/258</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/272">qa/272</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/273">qa/273</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/279">qa/279</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/280">qa/280</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/282">qa/282</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/282.out">qa/282.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/283">qa/283</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/294">qa/294</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/295">qa/295</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/296">qa/296</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/297">qa/297</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/300">qa/300</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/300.out">qa/300.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/301">qa/301</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/309">qa/309</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/324">qa/324</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/326">qa/326</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/336">qa/336</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/340">qa/340</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/346">qa/346</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/347">qa/347</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/348">qa/348</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/349">qa/349</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/356">qa/356</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/365">qa/365</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/381">qa/381</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/389">qa/389</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/398">qa/398</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/421">qa/421</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/426">qa/426</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/427">qa/427</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/445">qa/445</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/455">qa/455</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/462">qa/462</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/462.out">qa/462.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/510">qa/510</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/522">qa/522</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/535">qa/535</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/541">qa/541</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/557">qa/557</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/558">qa/558</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/565">qa/565</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/572">qa/572</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/575">qa/575</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/575.out">qa/575.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/578">qa/578</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/578.out">qa/578.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/581">qa/581</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/581.out">qa/581.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/583">qa/583</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/584">qa/584</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/587">qa/587</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/628">qa/628</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/642">qa/642</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/643">qa/643</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/647">qa/647</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/648">qa/648</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/649">qa/649</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/657">qa/657</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/657.out">qa/657.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/660">qa/660</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/666">qa/666</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/668">qa/668</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/669">qa/669</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/704">qa/704</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/712">qa/712</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/713">qa/713</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/714">qa/714</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/717">qa/717</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/725">qa/725</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/740">qa/740</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/755">qa/755</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/757">qa/757</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/759">qa/759</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/760">qa/760</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/761">qa/761</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/778">qa/778</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/781">qa/781</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/782">qa/782</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/788">qa/788</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/796">qa/796</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/799">qa/799</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/805">qa/805</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/805.out">qa/805.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/819">qa/819</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/821.out">qa/821.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/823">qa/823</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/825">qa/825</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/831">qa/831</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/831.out">qa/831.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/832">qa/832</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/835">qa/835</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/837">qa/837</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/845">qa/845</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/848">qa/848</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/854">qa/854</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/855">qa/855</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/856">qa/856</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/878">qa/878</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/882">qa/882</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/892">qa/892</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/893">qa/893</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/903">qa/903</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/915">qa/915</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/932">qa/932</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/948">qa/948</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/956">qa/956</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/956.out">qa/956.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/957.out">qa/957.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/960">qa/960</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/964">qa/964</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/964.out">qa/964.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/966">qa/966</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/973">qa/973</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/983">qa/983</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/GNUmakefile">qa/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/GNUmakefile.install">qa/GNUmakefile.install</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/admin/check-vm">qa/admin/check-vm</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/common">qa/common</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/common.check">qa/common.check</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/common.filter">qa/common.filter</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/common.secure">qa/common.secure</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/group">qa/group</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/new">qa/new</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/pmdas/test_perl/Install">qa/pmdas/test_perl/Install</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/src/pmcdgone.c">qa/src/pmcdgone.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/valgrind-suppress-3.5.0">qa/valgrind-suppress-3.5.0</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/GNUmakefile">src/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/include/builddefs.in">src/include/builddefs.in</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/include/pcp/impl.h">src/include/pcp/impl.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/check-statics">src/libpcp/src/check-statics</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/hash.c">src/libpcp/src/hash.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/interp.c">src/libpcp/src/interp.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/logmeta.c">src/libpcp/src/logmeta.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp_web/src/http_client.c">src/libpcp_web/src/http_client.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp_web/src/json_helpers.c">src/libpcp_web/src/json_helpers.c</a><b=
r>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pcp/atop/ifprop.c">src/pcp/atop/ifprop.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmcd/pmdaproc.sh">src/pmcd/pmdaproc.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmcd/rc-proc.sh">src/pmcd/rc-proc.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmcd/rc_pcp">src/pmcd/rc_pcp</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/GNUmakefile">src/pmdas/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/apache/README">src/pmdas/apache/README</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/bind2/pmdabind2.pl">src/pmdas/bind2/pmdabind2.pl</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/.gitignore">src/pmdas/docker/.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/GNUmakefile">src/pmdas/docker/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/docker.c">src/pmdas/docker/docker.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/help">src/pmdas/docker/help</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/pmdadocker.1">src/pmdas/docker/pmdadocker.1</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/GNUmakefile">src/pmdas/linux/GNUmakefile</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/help">src/pmdas/linux/help</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/ipc.c">src/pmdas/linux/ipc.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/linux.h">src/pmdas/linux/linux.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/mk.rewrite">src/pmdas/linux/mk.rewrite</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/pmda.c">src/pmdas/linux/pmda.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_buddyinfo.c">src/pmdas/linux/proc_buddyinfo.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_vmstat.c">src/pmdas/linux/proc_vmstat.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_vmstat.h">src/pmdas/linux/proc_vmstat.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_zoneinfo.c">src/pmdas/linux/proc_zoneinfo.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_zoneinfo.h">src/pmdas/linux/proc_zoneinfo.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/root_linux">src/pmdas/linux/root_linux</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux_proc/getinfo.c">src/pmdas/linux_proc/getinfo.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux_proc/lex.l">src/pmdas/linux_proc/lex.l</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux_proc/pmda.c">src/pmdas/linux_proc/pmda.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/mmv/src/mmv.c">src/pmdas/mmv/src/mmv.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmie/pmie_check.sh">src/pmie/pmie_check.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmlogger/pmlogger_check.sh">src/pmlogger/pmlogger_check.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmlogger/pmlogger_daily.sh">src/pmlogger/pmlogger_daily.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmns/stdpmid.pcp">src/pmns/stdpmid.pcp</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmrep/pmrep.py">src/pmrep/pmrep.py</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/14bc92f2244e57=
c2a5c763407dbd06e7c026cec7">14bc92f2244e</a>: Based on Ryan's feedback, swi=
tch to a STDERR output and non-fatal mode if the underlying platform can't =
run 'osxsierra'.
I mean, not _everyone_ has a Mac... :sadpanda<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/076e0fbc962236=
251f3e5a2986cddd72ea0a7e81">076e0fbc9622</a>: Based on Ryan's feedback swit=
ch to standard Ruby lowercase snake case.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/24d64d83c730b6=
de1a70db094b75c448850a0c4b">24d64d83c730</a>: add pkg-config to the homebre=
w dependency list<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/provisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/bb816df3afc49a=
a7ec23f1e2282269b8cbc1c243">bb816df3afc4</a>: There's no --universal for pk=
g-config, not sure what I was thinking..<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/provisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/b7ca91e4811a67=
d620b150b8e2298b9c9dc6f8e7">b7ca91e4811a</a>: move cairo homebrew dependenc=
y down to a non-universal install (because there isn't one).
pkg-config gets brought in by cairo anyway, but safe to just put it there =
anyway...<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/provisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
<p><hr>
<p>
[pcp:master] By tallpsmith <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/cbf5d61862618c=
02a5ec8fd2417f8fb83c005355">cbf5d6186261</a>: remove bleating warnings abou=
t osxsierra box, if your a Mac person you'll just have to read the docs..
Based on discussion with Ryan. This does predicate making the OSXReadme.m=
d
a bit better than it is.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By Nathan Scott <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/8a05918137d600=
bb356c9f924362e38c0afcd849">8a05918137d6</a>: build: latest unitsofmeasurem=
ent and parfait spec file updates<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-si-units.spec">build/rpm/unitsofmeasurement-si-u=
nits.spec</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-unit-api.spec">build/rpm/unitsofmeasurement-unit=
-api.spec</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-uom-lib.spec">build/rpm/unitsofmeasurement-uom-l=
ib.spec</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-uom-parent.spec">build/rpm/unitsofmeasurement-uo=
m-parent.spec</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-uom-se.spec">build/rpm/unitsofmeasurement-uom-se=
.spec</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/bu=
ild/rpm/unitsofmeasurement-uom-systems.spec">build/rpm/unitsofmeasurement-u=
om-systems.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/si-units.spec">build/rpm/si-units.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/unit-api.spec">build/rpm/unit-api.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/uom-lib.spec">build/rpm/uom-lib.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/uom-parent.spec">build/rpm/uom-parent.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/uom-se.spec">build/rpm/uom-se.spec</a><br>
Removed: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/=
build/rpm/uom-systems.spec">build/rpm/uom-systems.spec</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/parfait.spec">build/rpm/parfait.spec</a><br>
<p><hr>
<p>
[pcp:master] By Nathan Scott <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/e5328534591141=
feab1a6322ac73edea6f6e564e">e53285345911</a>: Merge branch 'osx-vagrant' of=
https://github.com/tallpsmith/pcp into tallpsmith-osx-vagrant<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/OS=
XReadme.md">OSXReadme.md</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/centos.sh">provisioning/centos.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/debian.sh">provisioning/debian.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedora.sh">provisioning/fedora.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedoraEOL.sh">provisioning/fedoraEOL.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/qa.sh">provisioning/qa.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/suse.sh">provisioning/suse.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntu.sh">provisioning/ubuntu.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntuEOL.sh">provisioning/ubuntuEOL.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p><hr>
<p>
[pcp:master] By Nathan Scott <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/6f6d1c24f7f4a5=
3a5a7065ef437deb3f56e82f5c">6f6d1c24f7f4</a>: Merge branch 'tallpsmith-osx-=
vagrant'<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/OS=
XReadme.md">OSXReadme.md</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/centos.sh">provisioning/centos.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/debian.sh">provisioning/debian.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedora.sh">provisioning/fedora.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/fedoraEOL.sh">provisioning/fedoraEOL.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/osxsierra.sh">provisioning/osxsierra.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/qa.sh">provisioning/qa.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/suse.sh">provisioning/suse.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntu.sh">provisioning/ubuntu.sh</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/pr=
ovisioning/ubuntuEOL.sh">provisioning/ubuntuEOL.sh</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/.gitignore">.gitignore</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/Vagrantfile">Vagrantfile</a><br>
<p>
<div width=3D"1" style=3D"color:white;clear:both">_._,_._,_</div>
<hr>
Groups.io Links:<p>
You receive all messages sent to this group.
<p>
<a target=3D"_blank" href=3D"https://groups.io/g/pcp/message/15273">View/R=
eply Online (#15273)</a> |
<a target=3D"_blank" href=3D"mailto:[email protected]?subject=3DRe:%20%5Bpcp=
%5D%20Updates%20to%20Github%20%23github">Reply To Group</a>
| <a target=3D"_blank" href=3D"mailto:?subject=3DRe:%20%5Bpcp%5D%20Upd=
ates%20to%20Github%20%23github">Reply To Sender</a>
|
<a target=3D"_blank" href=3D"https://groups.io/mt/4427586?uid=3D174580">=
Mute This Topic</a>
=20
| <a href=3D"https://groups.io/g/pcp/post">New Topic</a><br>
<a href=3D"https://groups.io/mk?hashtag=3Dgithub&subid=3D354243">Mute #git=
hub</a>
<p>
<p>pcp mailing list<br />[email protected]<br /><a href=3D"https://groups.io/g=
/pcp/messages" target=3D"_blank">https://groups.io/g/pcp/messages</a></p>
<a href=3D"https://groups.io/g/pcp/editsub?uid=3D174580">Change Your Subsc=
ription</a><br>
<a href=3D"https://groups.io/g/pcp">Group Home</a><br>
<a href=3D"mailto:[email protected]">Contact Group Owner</a><br>
<a href=3D"https://groups.io/static/tos">Terms Of Service</a><br>
<a href=3D"https://groups.io/g/pcp/leave/354243/563757577/xyzzy">Unsubscri=
be From This Group</a><br>
<div width=3D"1" style=3D"color:white;clear:both">_._,_._,_</div>
--yabbadabbadoo--