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/09 11:32:35 UTC

[whimsy] branch master updated: Fix up some podling names

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 c8f42b6  Fix up some podling names
c8f42b6 is described below

commit c8f42b66f63a67717a6a9f4722e1f98fca1a82cf
Author: Sebb <se...@apache.org>
AuthorDate: Fri Oct 9 12:32:26 2020 +0100

    Fix up some podling names
---
 tools/collate_minutes.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 919ac5f..f7d2cc2 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -271,6 +271,8 @@ seen={}
     title.sub! 'Openmeetings', 'OpenMeetings'
     title.sub! 'Web services', 'Web Services'
     title.sub! 'ASF Rep. for W3C', 'W3C Relations'
+    title.sub! 'Dolphin Scheduler', 'DolphinScheduler' # board_minutes_2019_11_20.txt
+    title.sub! 'DLab', 'DataLab'
 
     next if title.strip.empty?
     next if text.strip.empty? and title =~ /Intentionally (left )?Blank/i