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 20ac2098 Attempt to merge some titles
20ac2098 is described below
commit 20ac2098b0dfb645af01565d95835756d00d0b1b
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 10 15:42:27 2023 +0100
Attempt to merge some titles
---
tools/collate_minutes.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index b57c5eeb..c9a6aceb 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -519,6 +519,7 @@ seen={}
end
title.sub! 'VP, Data Privacy', 'VP Data Privacy'
+ title.sub! /Executive Session \(\d\d.*?\)/, 'Executive Session' # Drop
times from titles
report = OpenStruct.new
report.title = title.gsub(/\s+/, ' ')
@@ -702,7 +703,7 @@ seen={}
title.sub! 'Executive VP', 'Executive Vice President'
title.sub! 'Exec. V.P. and Secretary', 'Secretary'
title.sub! 'Vice Chairman', 'Vice Chair'
- title.sub! 'Acting Chairman', 'Acting Chair'
+ title.sub! 'Acting Chairman', 'Board Chair' # merge report(s) from
acting chair
title.sub! 'Chairman', 'Board Chair'
report = OpenStruct.new