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 2021/04/11 16:20:08 UTC

[whimsy] branch master updated: INFRA-21658 caused a problem

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 8179ebb  INFRA-21658 caused a problem
8179ebb is described below

commit 8179ebb095955ea9dadb5fba138f595bc7cd5744
Author: Sebb <se...@apache.org>
AuthorDate: Sun Apr 11 17:20:00 2021 +0100

    INFRA-21658 caused a problem
    
    Ignore the list for now
---
 lib/whimsy/asf/mlist.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 5c1f236..1d16a1d 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -367,6 +367,7 @@ module ASF
         if match
           dom = match[1].downcase # just in case
           list = match[2].downcase # just in case
+          next if dom == 'incubator.apache.org' && list == 'commits.deprecated' # INFRA-21658
           # Keep original case of email addresses
           mails = stanza.split(/\n/).select {|x| x =~ /@/}
           cache << [dom, list, mails]