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 f9c6305 Proposed Names have been fixed
f9c6305 is described below
commit f9c63055ded5214003515a88d3dfc07e43e0b498
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 30 23:45:47 2020 +0000
Proposed Names have been fixed
---
lib/whimsy/asf/podling.rb | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 94a82f8..98f32d9 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -396,13 +396,8 @@ module ASF
# Override Proposed Names that are wrong
NAME_FIXES = {
- 'etch' => 'Etch', # PODLINGNAMESEARCH-6
- 'daffodil' => 'Daffodil', # PODLINGNAMESEARCH-147
- 'heron' => 'Heron', # PODLINGNAMESEARCH-128
- 'kylin' => 'Kylin', # PODLINGNAMESEARCH-86
+ # Proposed name is actually correct for the issue, but the podling uses
'DataLab'
'Data Lab' => 'DataLab', # PODLINGNAMESEARCH-184
- 'Open Climate Workench' => 'Open Climate Workbench', #
PODLINGNAMESEARCH-26
- 'OZONE' => 'Ozone', # PODLINGNAMESEARCH-185
}
# parse (and cache) names mentioned in podlingnamesearches
@@ -440,8 +435,6 @@ module ASF
name.sub!(/^Apache\s+/, '')
name.gsub!(/\s+\(.*?\)/, '')
# Fix up incorrect 'Proposed Name' entries
- name = 'Kerby' if name == 'None atm' && issue['key'] ==
'PODLINGNAMESEARCH-66'
- name = 'Curator' if name == 'Onami' && issue['key'] ==
'PODLINGNAMESEARCH-28'
name = NAME_FIXES[name] || name
name = nil if name =~ /^\s*This/ or name !~ /[A-Za-z]{3}/ or name =~
%r{^N/A}
end