On Thu, Mar 24, 2016 at 4:15 PM, sebb <seb...@gmail.com> wrote: > This info really needs to be obtained from a canonical source if there is one.
Indeed! > If there isn't, one should be created. There is one, and a quick glance will tell you why it is not being used: https://whimsy.apache.org/roster/group/board That being said, I now have karma to update that info directly. I also plan to check into what it would take to add a field for initials. - Sam Ruby > On 24 March 2016 at 19:48, Sam Ruby <ru...@apache.org> wrote: >> Commit 6ec6dc39a7d86f08bbbc7b2243769b5487deb773: >> new board >> >> >> Branch: refs/heads/master >> Author: Sam Ruby <ru...@intertwingly.net> >> Committer: Sam Ruby <ru...@intertwingly.net> >> Pusher: rubys <ru...@apache.org> >> >> ------------------------------------------------------------ >> lib/whimsy/asf/rack.rb | ++++ ---- >> ------------------------------------------------------------ >> 8 changes: 4 additions, 4 deletions. >> ------------------------------------------------------------ >> >> >> diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb >> index cfa52c4..60468eb 100644 >> --- a/lib/whimsy/asf/rack.rb >> +++ b/lib/whimsy/asf/rack.rb >> @@ -6,15 +6,15 @@ >> module ASF >> module Auth >> DIRECTORS = { >> - 'rbowen' => 'rb', >> 'curcuru' => 'sc', >> 'bdelacretaz' => 'bd', >> + 'isabel' => 'id', >> + 'marvin' => 'mh', >> 'jim' => 'jj', >> 'mattmann' => 'cm', >> - 'ke4qqq' => 'dn', >> 'brett' => 'bp', >> - 'rubys' => 'sr', >> - 'gstein' => 'gs' >> + 'gstein' => 'gs', >> + 'markt' => 'mt' >> } >> >> # decode HTTP authorization, when present