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/09/26 19:35:22 UTC

[whimsy] 02/03: check new PMCs against guinea pig list

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

commit 63fac78b76c38e964323082dcb53c9c39a241773
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 26 15:34:08 2017 -0400

    check new PMCs against guinea pig list
---
 www/board/agenda/views/actions/todos.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/todos.json.rb b/www/board/agenda/views/actions/todos.json.rb
index d0fa783..52a2b26 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -131,7 +131,7 @@ if @establish and env.password
       # new style definitions
       project = ASF::Project[pmc.downcase]
       if not project
-        unless ASF::Committee[pmc.downcase]
+        unless ASF::Committee[pmc.downcase] or guineapig
           ASF::Committee.add(pmc.downcase, members)
         end
 

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