Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ACEEA200C4E for ; Fri, 21 Apr 2017 15:39:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB5E8160BA2; Fri, 21 Apr 2017 13:39:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6B6B160B97 for ; Fri, 21 Apr 2017 15:39:00 +0200 (CEST) Received: (qmail 96241 invoked by uid 500); 21 Apr 2017 13:39:00 -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 96232 invoked by uid 99); 21 Apr 2017 13:39:00 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2017 13:39:00 +0000 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 A7FA33A0112 for ; Fri, 21 Apr 2017 13:38:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1792206 - /comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Date: Fri, 21 Apr 2017 13:38:59 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170421133859.A7FA33A0112@svn01-us-west.apache.org> archived-at: Fri, 21 Apr 2017 13:39:01 -0000 Author: sebb Date: Fri Apr 21 13:38:59 2017 New Revision: 1792206 URL: http://svn.apache.org/viewvc?rev=1792206&view=rev Log: Clarify message Modified: comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Modified: comdev/reporter.apache.org/trunk/scripts/parsepmcs.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/parsepmcs.py?rev=1792206&r1=1792205&r2=1792206&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/scripts/parsepmcs.py (original) +++ comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Fri Apr 21 13:38:59 2017 @@ -152,7 +152,7 @@ nonldapgroups = loadJson('https://whimsy for nongroup in sorted(nonldapgroups): if nongroup in ldapgroups: # Don't mail; the group might be still in use if the LDAP defn has yet to be added - print("WARN: duplicate definition of group '%s'" % nongroup) + print("WARN: duplicate definition of non-ldap group '%s'" % nongroup) else: if nongroup in projects: print("Dropping non-ldap group %s" % nongroup)