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 7312f64 Explain archivers
7312f64 is described below
commit 7312f641681e65bca6e707d949dd62075b53d121
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 21 10:41:15 2019 +0000
Explain archivers
Copied from mod-gui branch
---
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