You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/09/21 19:01:18 UTC

svn commit: r1704366 - /comdev/projects.apache.org/scripts/import/parsecommittees.py

Author: sebb
Date: Mon Sep 21 17:01:12 2015
New Revision: 1704366

URL: http://svn.apache.org/viewvc?rev=1704366&view=rev
Log:
FIxups for PMC renames
TODO replace with code to parse whimsy json version of committee-info (work in progress)

Modified:
    comdev/projects.apache.org/scripts/import/parsecommittees.py

Modified: comdev/projects.apache.org/scripts/import/parsecommittees.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/import/parsecommittees.py?rev=1704366&r1=1704365&r2=1704366&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/import/parsecommittees.py (original)
+++ comdev/projects.apache.org/scripts/import/parsecommittees.py Mon Sep 21 17:01:12 2015
@@ -27,6 +27,7 @@ Writes:
 # Committee names from committees-info.txt that do not match committees-evolution.json
 renamesCommittee2Json = {
     'Apache APR': 'Apache Portable Runtime',
+    'Apache Apache Portable Runtime (APR)': 'Apache Portable Runtime',
     'Apache Perl': 'Apache mod_perl'
 }
 # Committee names from http://www.apache.org/foundation/ that do not match committees-evolution.json
@@ -36,6 +37,8 @@ renamesChairs2Json = {
 }
 # committee ids not matching committee name in lowercase
 committeeIds = {
+    'Portable Runtime (APR)': 'apr',
+    'Logging Services': 'logging',
     'Community Development': 'comdev',
     'HTTP Server': 'httpd',
     'Lucene.Net': 'lucenenet',