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 2020/10/13 10:58:15 UTC

[whimsy] branch master updated: Merge meeting dates

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 44a613d  Merge meeting dates
44a613d is described below

commit 44a613db829e74fbb9df62fde733a5c99d0ca8a2
Author: Sebb <se...@apache.org>
AuthorDate: Tue Oct 13 11:58:04 2020 +0100

    Merge meeting dates
---
 tools/collate_minutes.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 3481f95..321425e 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -516,6 +516,10 @@ seen={}
           report.subtitle = title
           report.title = 'Legal Affairs'
           report.attach = '1' + attach
+        elsif title =~ /date.+member.+meeting/i || title =~ /member.+meeting.+date/i
+          report.subtitle = title
+          report.title = 'Set Date for Members Meeting'
+          report.attach = '@' + attach
         else
           pmcs = %w{Geronimo iBATIS Santuario}
           pmcs.each do |pmc|