From commits-return-1862-apmail-community-commits-archive=community.apache.org@community.apache.org Tue Jul 7 01:27:38 2015 Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47518185ED for ; Tue, 7 Jul 2015 01:27:38 +0000 (UTC) Received: (qmail 53824 invoked by uid 500); 7 Jul 2015 01:27:38 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 53798 invoked by uid 500); 7 Jul 2015 01:27:38 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 53789 invoked by uid 99); 7 Jul 2015 01:27:38 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 01:27:38 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 1A6ECAC0330 for ; Tue, 7 Jul 2015 01:27:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1689554 - in /comdev/reporter.apache.org: branches/deployed/site/chi.py trunk/site/chi.py Date: Tue, 07 Jul 2015 01:27:38 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150707012738.1A6ECAC0330@hades.apache.org> 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氣)") + note.append("No new LDAP committee members invited for more than a year (-1.00氣)") elif npmcs[group] < afterHalf: score += 0.5 - note.append("No new PMC members invited for more than six months (-0.50氣)") + note.append("No new LDAP committee members invited for more than six months (-0.50氣)") else: score -= 0.5 - note.append("New PMC member(s) invited within the last six months (+0.50氣)") + note.append("New LDAP committee member(s) invited within the last six months (+0.50氣)") elif group != "bookkeeper": score += 2 - note.append("No new PMC members invited for more than 2 years (-2.00氣)") + note.append("No new LDAP committee members invited for more than 2 years (-2.00氣)") 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氣)") + note.append("No new LDAP committee members invited for more than a year (-1.00氣)") elif npmcs[group] < afterHalf: score += 0.5 - note.append("No new PMC members invited for more than six months (-0.50氣)") + note.append("No new LDAP committee members invited for more than six months (-0.50氣)") else: score -= 0.5 - note.append("New PMC member(s) invited within the last six months (+0.50氣)") + note.append("New LDAP committee member(s) invited within the last six months (+0.50氣)") elif group != "bookkeeper": score += 2 - note.append("No new PMC members invited for more than 2 years (-2.00氣)") + note.append("No new LDAP committee members invited for more than 2 years (-2.00氣)") if group in ncoms: if ncoms[group] < afterFull: