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 600B7177D6 for ; Wed, 7 Oct 2015 23:04:10 +0000 (UTC) Received: (qmail 15215 invoked by uid 500); 7 Oct 2015 23:04:07 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 15192 invoked by uid 500); 7 Oct 2015 23:04:07 -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 15180 invoked by uid 99); 7 Oct 2015 23:04:07 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 23:04:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A2757C4601 for ; Wed, 7 Oct 2015 23:04:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UXgHNkb3NXyM for ; Wed, 7 Oct 2015 23:04:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id E4B34429AA for ; Wed, 7 Oct 2015 23:04:05 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 526CFE0256 for ; Wed, 7 Oct 2015 23:04:05 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B6FEB3A01E3 for ; Wed, 7 Oct 2015 23:04:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1707415 - /comdev/projects.apache.org/scripts/committee_info.py Date: Wed, 07 Oct 2015 23:04:04 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151007230404.B6FEB3A01E3@svn01-us-west.apache.org> Author: sebb Date: Wed Oct 7 23:04:04 2015 New Revision: 1707415 URL: http://svn.apache.org/viewvc?rev=1707415&view=rev Log: Need to duplicate 'ws' as 'webservices' to satisfy historic behaviour Modified: comdev/projects.apache.org/scripts/committee_info.py Modified: comdev/projects.apache.org/scripts/committee_info.py URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/committee_info.py?rev=1707415&r1=1707414&r2=1707415&view=diff ============================================================================== --- comdev/projects.apache.org/scripts/committee_info.py (original) +++ comdev/projects.apache.org/scripts/committee_info.py Wed Oct 7 23:04:04 2015 @@ -220,4 +220,7 @@ def pmcdates(): date = 0 ids[id] = [rid['name'], date] dates[ent]['roster'] = ids + # The 'CI' internal name for Web Services is 'ws' but reporter code originally used 'webservices' + if ent == 'ws': + dates['webservices'] = dates[ent] return dates \ No newline at end of file