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 99329258 Fix LDAP name; see INFRA-26209
99329258 is described below
commit 993292581fdaaaf7c66ed5f1ed0d44c56c7cebca
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 28 15:46:54 2024 +0100
Fix LDAP name; see INFRA-26209
---
lib/whimsy/asf/committee.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index d0f3f07e..5503c0b0 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -66,7 +66,7 @@ module ASF
NAMEADDRLEN = 59 # length of name + email address fields (including
separator)
# mapping of committee names to canonical names (generally from ldap)
- # See also www/roster/committee.cgi
+ # See also www/roster/committee.rb
@@aliases = Hash.new { |_hash, name| name.downcase}
@@aliases.merge! \
'brand management' => 'brand',
@@ -83,6 +83,7 @@ module ASF
'java community process' => 'jcp',
'legal affairs' => 'legal',
'logging services' => 'logging',
+ 'logo development' => 'logodev',
'lucene.net' => 'lucenenet',
'open climate workbench' => 'climate',
'ocw' => 'climate', # is OCW used?