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/04/12 09:40:06 UTC

[whimsy] 02/02: Hack to fix DP lists

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

commit 00d8c5d473beae972138e6c1b3bac2633b6ea342
Author: Sebb <se...@apache.org>
AuthorDate: Fri Apr 12 10:39:47 2019 +0100

    Hack to fix DP lists
---
 www/roster/models/nonpmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 8453fcb..6b7776c 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -8,7 +8,7 @@ class NonPMC
     committers = cttee.committers
     # Hack to fix unusual mail_list values e.g. press@apache.org
     mail_list = cttee.mail_list.sub(/@.*/,'')
-    mail_list = 'legal' if mail_list =~ /^legal-/
+    mail_list = 'legal' if mail_list =~ /^legal-/ unless cttee.name == 'dataprivacy'
     mail_list = 'fundraising' if mail_list =~ /^fundraising-/
 
     ASF::Committee.load_committee_info