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 2016/08/20 14:16:02 UTC

[whimsy] branch master updated: Some podling mailing lists still use the old format

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

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  e9d2bfc   Some podling mailing lists still use the old format
       new  9760e93   Merge branch 'master' of https://github.com/apache/whimsy
e9d2bfc is described below

commit e9d2bfc914f7a53a2663ea2d51475132a042dff2
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 20 15:14:04 2016 +0100

    Some podling mailing lists still use the old format
---
 www/incubator/maillist.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/incubator/maillist.cgi b/www/incubator/maillist.cgi
index 44d6063..1db20a9 100755
--- a/www/incubator/maillist.cgi
+++ b/www/incubator/maillist.cgi
@@ -27,7 +27,7 @@ _html do
 
         _td podling.status
         _td podling.reporting.join(', ')
-        _td lists.select {|list| list.start_with? "#{podling.name}-"}.join(', ')
+        _td lists.select {|list| list.start_with? "#{podling.name}-" || list.start_with? "incubator-#{podling.name}-"}.join(', ')
       end
     end
   end

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