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 A2544173DE for ; Thu, 29 Oct 2015 23:51:13 +0000 (UTC) Received: (qmail 53319 invoked by uid 500); 29 Oct 2015 23:51:13 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 53293 invoked by uid 500); 29 Oct 2015 23:51:13 -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 53284 invoked by uid 99); 29 Oct 2015 23:51:13 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 23:51:13 +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 29089C48DD for ; Thu, 29 Oct 2015 23:51:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6wFvn_lBI57k for ; Thu, 29 Oct 2015 23:51:12 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 5C55320751 for ; Thu, 29 Oct 2015 23:51:12 +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 71DA5E0451 for ; Thu, 29 Oct 2015 23:51:11 +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 736CE3A028B for ; Thu, 29 Oct 2015 23:51:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1711387 - /comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py Date: Thu, 29 Oct 2015 23:51:11 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151029235111.736CE3A028B@svn01-us-west.apache.org> Author: sebb Date: Thu Oct 29 23:51:11 2015 New Revision: 1711387 URL: http://svn.apache.org/viewvc?rev=1711387&view=rev Log: TODO Modified: comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py Modified: comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py?rev=1711387&r1=1711386&r2=1711387&view=diff ============================================================================== --- comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py (original) +++ comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py Thu Oct 29 23:51:11 2015 @@ -222,6 +222,7 @@ for previous in committeesPrevious: prevId = previous['id'] if not prevId in committeesMap: print("found retired committee: %s %s" % (prevId, previous['name'])) + # TODO update committees.xml to disable the entry try: subprocess.check_call(["svn", "mv", "../../data/committees/%s.rdf" % prevId,