You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2020/02/25 20:00:32 UTC

[whimsy] branch master updated: The file format changed in 2020, and this matches the new format (userid first)

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

curcuru 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 7f6c2ff  The file format changed in 2020, and this matches the new format (userid first)
     new 48b42ea  Merge pull request #82 from rbowen/master
7f6c2ff is described below

commit 7f6c2ff76921a9c56efef3bf5fe8922535369756
Author: rbowen <rb...@rcbowen.com>
AuthorDate: Tue Feb 25 12:59:50 2020 -0500

    The file format changed in 2020, and this matches the new format (userid first)
---
 www/members/watch.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index e251727..dc82ff3 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -38,6 +38,7 @@ _html do
     txt = File.read(File.join(meeting, 'nominated-members.txt'))
     nominations = txt.scan(/^---+\n\s*\w+.*<(\...@apache.org>/).flatten
     nominations += txt.scan(/^---+\n\s*\w+.*\(([a-z]+)\)/).flatten
+    nominations += txt.scan(/^---+\n+\s*([a-z]+)\s/).flatten
     nominations += txt.scan(/^---+\n\s*\w+.*\(([a-z]+)@apache\.org\)/).flatten
 
     # determine which list to report on, based on the URI