You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/05/09 15:01:50 UTC

[whimsy] branch master updated: Use the official committerids method

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e2d0a4  Use the official committerids method
8e2d0a4 is described below

commit 8e2d0a4d9ea57106710cadb7427b0dd00d3bd60b
Author: Sebb <se...@apache.org>
AuthorDate: Thu May 9 16:01:46 2019 +0100

    Use the official committerids method
---
 www/secretary/icla-lint.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/icla-lint.cgi b/www/secretary/icla-lint.cgi
index 316309b..124d7c5 100755
--- a/www/secretary/icla-lint.cgi
+++ b/www/secretary/icla-lint.cgi
@@ -7,7 +7,7 @@ require 'ruby2js/filter/functions'
 require 'whimsy/asf'
 
 ldap = ASF::Person.listids
-committers = ASF::Group['committers'].memberids # to check for missing ICLAs
+committers = ASF.committerids # to check for missing ICLAs
 
 errors = 0