Merge pull request #14 from terbolous/master Python script to generate pmc and commiter listMade a small tool to create pmc and committer list by parsing the JSON files on projects.apache.org. This is accessible by anyone and does not require any ASF privileges.
Usage: python makewholist.py Only dependencies are json, urllib and sys, which should be included by default on most systems. * pr/14: Python script to generate pmc and commiter list Signed-off-by: Erik Weber <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/5e924a10 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/5e924a10 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/5e924a10 Branch: refs/heads/master Commit: 5e924a10f55d0830cd6e1e10daecc1d5c6298c65 Parents: 67710b2 44c02cc Author: Erik Weber <[email protected]> Authored: Thu Aug 27 13:57:53 2015 +0200 Committer: Erik Weber <[email protected]> Committed: Thu Aug 27 13:57:53 2015 +0200 ---------------------------------------------------------------------- makewholist.py | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) ----------------------------------------------------------------------
