Updates to Github #github

[email protected] Integration <[email protected]> Mon, 13 Feb 2017 12:50:20 -0800
Newsgroups gmane.comp.sysutils.pcp
Message-ID <[email protected]>

3 New Commits:

[pcp:master] By Ken McDonell <[email protected]>:
ecad795cb000 ( https://github.com/performancecopilot/pcp/commit/ecad795cb000f7d7d554f1cb626837d5f86fc76d ) : qa/934: take control of umask Modes for created directories depend on umask, so don't leave this to local shell's default vaguaries.

Modified: qa/934 ( https://github.com/performancecopilot/pcp/blob/master/qa/934 )

[pcp:master] By Nathan Scott <[email protected]>:
43fc455894fe ( https://github.com/performancecopilot/pcp/commit/43fc455894fe7e30dbf01d201982b698b39e16ff ) : pmdaproc: ensure /dev directory is closed, fixing ttyname fd leak

Modified: src/pmdas/linux_proc/getinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_proc/getinfo.c )

[pcp:master] By Nathan Scott <[email protected]>:
da10bb0d5630 ( https://github.com/performancecopilot/pcp/commit/da10bb0d5630fe904b6dae7b3cc70065c849c23d ) : Merge branch 'master' of git://git.pcp.io/kenj/pcp into kenj-merge

Modified: qa/934 ( https://github.com/performancecopilot/pcp/blob/master/qa/934 )



---

[pcp] New branch kenj-merge ( https://github.com/performancecopilot/pcp/tree/kenj-merge ) was created by natoscott.



---

8 New Commits:

[pcp:brolley-merge] By Ken McDonell <[email protected]>:
b01be03381ef ( https://github.com/performancecopilot/pcp/commit/b01be03381ef350092be5a726e879d8d3e07606e ) : qa: misc additional fixups after the mkdir_and_chown changes Mostly handling different output formats from ls(1) and not setting $LANG leading to different messages from mkdir(1).

Modified: qa/920 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/920 )
Modified: qa/925 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/925 )
Modified: qa/934 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934 )
Modified: qa/934.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934.out )

[pcp:brolley-merge] By Ken McDonell <[email protected]>:
7eefadb2e6e3 ( https://github.com/performancecopilot/pcp/commit/7eefadb2e6e39309c55819a2748b32513b2287b9 ) : qa/200: make waiting for pmcd to exit more robust

Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/200 )

[pcp:brolley-merge] By Ken McDonell <[email protected]>:
32691250f4cb ( https://github.com/performancecopilot/pcp/commit/32691250f4cbfa75badb64135529b898be8ab8f6 ) : Merge branch 'master' of git://git.pcp.io/pcp

Added: qa/1061 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/1061 )
Added: qa/1061.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/1061.out )
Added: qa/lio/.gitignore ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/.gitignore )
Added: qa/lio/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/GNUmakefile )
Added: qa/lio/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/GNUmakefile.install )
Added: qa/lio/README ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/README )
Added: qa/lio/iscsi_conf.json ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/iscsi_conf.json )
Added: qa/lio/iscsi_target.python ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/iscsi_target.python )
Added: qa/lio/iscsi_target_configfs_dump.tar.gz ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/iscsi_target_configfs_dump.tar.gz )
Added: qa/lio/lio_test.python ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/lio/lio_test.python )
Added: src/pmdas/linux/sysfs_tapestats.c ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/sysfs_tapestats.c )
Added: src/pmdas/linux/sysfs_tapestats.h ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/sysfs_tapestats.h )
Added: src/pmdas/lio/.gitignore ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/.gitignore )
Added: src/pmdas/lio/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/GNUmakefile )
Added: src/pmdas/lio/Install ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/Install )
Added: src/pmdas/lio/README.md ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/README.md )
Added: src/pmdas/lio/Remove ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/Remove )
Added: src/pmdas/lio/pmdalio.python ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/lio/pmdalio.python )
Modified: .gitignore ( https://github.com/performancecopilot/pcp/blob/brolley-merge/.gitignore )
Modified: build/containers/pcp-base/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/containers/pcp-base/GNUmakefile )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/rpm/pcp.spec.in )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/GNUmakefile.install )
Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/common.filter )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/group )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/GNUmakefile )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/help )
Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/linux.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmdas/linux/root_linux )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/pmns/stdpmid.pcp )

[pcp:brolley-merge] By Nathan Scott <[email protected]>:
bb56d643332e ( https://github.com/performancecopilot/pcp/commit/bb56d643332e7e3de8a83b5d4a20ddf7205ac4ad ) : qa: add tape subtree into expecte 957 valgrind checks

Modified: qa/957.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/957.out )

[pcp:brolley-merge] By Nathan Scott <[email protected]>:
81007fc51e05 ( https://github.com/performancecopilot/pcp/commit/81007fc51e05433bf975a4baed1ee939bb884889 ) : build: conditional packaging for pmdalio, based on rtslib presence

Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/rpm/GNUmakefile )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/brolley-merge/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/brolley-merge/configure.ac )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/include/builddefs.in )

[pcp:brolley-merge] By Nathan Scott <[email protected]>:
ce45e38ba029 ( https://github.com/performancecopilot/pcp/commit/ce45e38ba0297f666f73ddfab069868cfdc696d1 ) : qa: update lio and libvirt python module checks for rpm

Modified: qa/admin/check-vm ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/admin/check-vm )

[pcp:brolley-merge] By Nathan Scott <[email protected]>:
f7c1e8795b47 ( https://github.com/performancecopilot/pcp/commit/f7c1e8795b471f5807ad16cc0fd7626475fa8746 ) : Merge branch 'master' of git://git.pcp.io/kenj/pcp into kenj-merge

Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/200 )
Modified: qa/920 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/920 )
Modified: qa/925 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/925 )
Modified: qa/934 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934 )
Modified: qa/934.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934.out )

[pcp:brolley-merge] By Nathan Scott <[email protected]>:
8b69b5c0f9b9 ( https://github.com/performancecopilot/pcp/commit/8b69b5c0f9b9d8d22f66e3d2210c5a2a14908e0f ) : Merge branch 'master' of github.com:performancecopilot/pcp into brolley-merge

Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/rpm/GNUmakefile )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/brolley-merge/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/brolley-merge/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/brolley-merge/configure.ac )
Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/200 )
Modified: qa/920 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/920 )
Modified: qa/925 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/925 )
Modified: qa/934 ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934 )
Modified: qa/934.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/934.out )
Modified: qa/957.out ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/957.out )
Modified: qa/admin/check-vm ( https://github.com/performancecopilot/pcp/blob/brolley-merge/qa/admin/check-vm )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/brolley-merge/src/include/builddefs.in )