This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch mod-gui
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/mod-gui by this push:
     new 6aaf424  Explain archivers
6aaf424 is described below

commit 6aaf424306413779ea5f0a451bef049c0f34cad6
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 21 09:32:44 2019 +0000

    Explain archivers
---
 www/members/security-subs.cgi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/members/security-subs.cgi b/www/members/security-subs.cgi
index 0eee827..9d9a241 100755
--- a/www/members/security-subs.cgi
+++ b/www/members/security-subs.cgi
@@ -88,12 +88,15 @@ _html do
                     _a person.public_name, 
                       href: "../../roster/committer/#{person.id}"
                   end
+                elsif WHITELIST.any? {|regex| email =~ regex}
+                    _ '(archiver)'
                 end
               end
             end
           end
         end
       end
+      _p 'Note that there are expected to be upto 3 archivers'
     end
   end
 end

Reply via email to