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 0f30589 TODOs
0f30589 is described below
commit 0f30589150505574c931384f7f6a8995a0f13ad3
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 14 13:46:58 2019 +0000
TODOs
---
www/apmail/mods.cgi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/apmail/mods.cgi b/www/apmail/mods.cgi
index 992be02..ce73115 100755
--- a/www/apmail/mods.cgi
+++ b/www/apmail/mods.cgi
@@ -4,7 +4,9 @@ $LOAD_PATH.unshift
File.realpath(File.expand_path('../../../lib', __FILE__))
require 'shellwords'
require 'whimsy/asf'
-# TODO: determine apmail@hermes,wheel@hermes gorup membership
+# TODO: determine apmail@hermes,wheel@hermes group membership
+# TODO: .members. checks are obsolete, but this script does not appear to be
usable anyway
+# as apmail and wheel don't exist, nor does /home/apmail/subscriptions/mods
unless apmail.include? $USER or wheel.include? $USER
pmc = ENV['PATH_INFO'][/\/([-\w]+)\.apache\.org\//,1]
pmc &&= ASF::Committee.find(pmc)