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 a71723eb Fix crash when serialising Infra
a71723eb is described below

commit a71723eb24b568a54b48caa2c50e72d27f51ec97
Author: Sebb <s...@apache.org>
AuthorDate: Fri Aug 29 15:13:57 2025 +0100

    Fix crash when serialising Infra
---
 www/roster/models/nonpmc.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 937b6bb7..d68db295 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -10,6 +10,7 @@ class NonPMC
     mail_list = cttee.mail_list.sub(/@apache\.org/,'')
     mail_list = 'legal' if mail_list =~ /^legal-/ && cttee.name != 
'dataprivacy'
     mail_list = 'fundraising' if mail_list =~ /^fundraising-/
+    mail_list = 'infra' if id == 'infrastructure'
 
     ASF::Committee.load_committee_info
     # We'll be needing the mail data later

Reply via email to