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 95dfbb8 Use proper attribute for IPMC membership
95dfbb8 is described below
commit 95dfbb88de826912ac0477560d33297f55770ac3
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 14 12:52:27 2019 +0000
Use proper attribute for IPMC membership
---
www/incubator/signoff.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/incubator/signoff.cgi b/www/incubator/signoff.cgi
index b120368..38a2f94 100755
--- a/www/incubator/signoff.cgi
+++ b/www/incubator/signoff.cgi
@@ -11,7 +11,7 @@ require 'whimsy/asf'
# Authenticate - must be first!
user = ASF::Person.find($USER)
-incubator = ASF::Committee.find('incubator').members
+incubator = ASF::Committee.find('incubator').owners
unless user.asf_member? or incubator.include? user
print "Status: 401 Unauthorized\r\n"
print "WWW-Authenticate: Basic realm=\"Incubator PMC and Members\"\r\n\r\n"