You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/02 12:38:49 UTC

[whimsy] branch master updated: pmc chairs don't have write access to subreq

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

rubys 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 a47366f  pmc chairs don't have write access to subreq
a47366f is described below

commit a47366f6d11f4c9dc1863842c06a5afcf5d9212d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Jul 2 08:38:30 2017 -0400

    pmc chairs don't have write access to subreq
---
 www/committers/subscribe.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index 9cac141..53df18d 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -143,7 +143,7 @@ _html do
           # commit using user's credentials if possible, otherwise use whisysvn
           if not $PASSWORD
             credentials = nil
-          elsif user.asf_member? or ASF.pmc_chairs.include? user
+          elsif user.asf_member?
             credentials = ['--username', $USER, '--password', $PASSWORD]
           else
             credentials = ['--username', 'whimsysvn']

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].