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 96318dd0 Wrong section
96318dd0 is described below
commit 96318dd0a453921754ff078ade920bc9ea6b94f2
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 10 17:51:57 2023 +0100
Wrong section
---
tools/collate_minutes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 9c270581..d3af14bf 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -323,7 +323,6 @@ seen={}
title.sub! /\s[Pp]roject\s*$/, ''
title.sub! /\sPMC$/, ''
title.sub! 'Apache Software Foundation', 'ASF'
- title.sub! 'Standardise the privacy policy for Foundation web sites',
'Standardise privacy policy for foundation websites'
name_changes(title)
@@ -568,6 +567,7 @@ seen={}
next if title.count("\n")>1
report = OpenStruct.new
title.sub! /(^|\n)\s*Resolution R\d:/, ''
+ title.sub! 'Standardise the privacy policy for Foundation web sites',
'Standardise privacy policy for foundation websites'
title.sub!(/^(?:Proposed )?Resolution (\[R\d\]|to|for) ./) {|c|
c[-1..-1].upcase}
title.sub! /\.$/, ''
report.title ||= title.strip