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/07/07 03:27:38 UTC

svn commit: r1689554 - in /comdev/reporter.apache.org: branches/deployed/site/chi.py trunk/site/chi.py

Author: sebb
Date: Tue Jul  7 01:27:37 2015
New Revision: 1689554

URL: http://svn.apache.org/r1689554
Log:
Data does not currently represent PMC membership as it does not parse committee-info.txt

Modified:
    comdev/reporter.apache.org/branches/deployed/site/chi.py
    comdev/reporter.apache.org/trunk/site/chi.py

Modified: comdev/reporter.apache.org/branches/deployed/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/branches/deployed/site/chi.py?rev=1689554&r1=1689553&r2=1689554&view=diff
==============================================================================
--- comdev/reporter.apache.org/branches/deployed/site/chi.py (original)
+++ comdev/reporter.apache.org/branches/deployed/site/chi.py Tue Jul  7 01:27:37 2015
@@ -243,16 +243,16 @@ if m:
             if group in npmcs:
                 if npmcs[group] < afterFull:
                     score += 1
-                    note.append("No new PMC members invited for more than a year (-1.00&#27683;)")
+                    note.append("No new LDAP committee members invited for more than a year (-1.00&#27683;)")
                 elif npmcs[group] < afterHalf:
                     score += 0.5
-                    note.append("No new PMC members invited for more than six months (-0.50&#27683;)")
+                    note.append("No new LDAP committee members invited for more than six months (-0.50&#27683;)")
                 else:
                     score -= 0.5
-                    note.append("New PMC member(s) invited within the last six months (+0.50&#27683;)")
+                    note.append("New LDAP committee member(s) invited within the last six months (+0.50&#27683;)")
             elif group != "bookkeeper":
                 score += 2
-                note.append("No new PMC members invited for more than 2 years (-2.00&#27683;)")
+                note.append("No new LDAP committee members invited for more than 2 years (-2.00&#27683;)")
                 
             if group in ncoms:
                 if ncoms[group] < afterFull:

Modified: comdev/reporter.apache.org/trunk/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/chi.py?rev=1689554&r1=1689553&r2=1689554&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/chi.py (original)
+++ comdev/reporter.apache.org/trunk/site/chi.py Tue Jul  7 01:27:37 2015
@@ -243,16 +243,16 @@ if m:
             if group in npmcs:
                 if npmcs[group] < afterFull:
                     score += 1
-                    note.append("No new PMC members invited for more than a year (-1.00&#27683;)")
+                    note.append("No new LDAP committee members invited for more than a year (-1.00&#27683;)")
                 elif npmcs[group] < afterHalf:
                     score += 0.5
-                    note.append("No new PMC members invited for more than six months (-0.50&#27683;)")
+                    note.append("No new LDAP committee members invited for more than six months (-0.50&#27683;)")
                 else:
                     score -= 0.5
-                    note.append("New PMC member(s) invited within the last six months (+0.50&#27683;)")
+                    note.append("New LDAP committee member(s) invited within the last six months (+0.50&#27683;)")
             elif group != "bookkeeper":
                 score += 2
-                note.append("No new PMC members invited for more than 2 years (-2.00&#27683;)")
+                note.append("No new LDAP committee members invited for more than 2 years (-2.00&#27683;)")
                 
             if group in ncoms:
                 if ncoms[group] < afterFull: