This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch roster-emeritus
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/roster-emeritus by this push:
new 77a6b69 Not used
77a6b69 is described below
commit 77a6b6956066db86f17541601f16b7737df844a1
Author: Sebb <[email protected]>
AuthorDate: Thu Jul 9 23:58:02 2020 +0100
Not used
---
www/roster/views/actions/memstat.json.rb | 2 --
1 file changed, 2 deletions(-)
diff --git a/www/roster/views/actions/memstat.json.rb
b/www/roster/views/actions/memstat.json.rb
index 0cd5bef..6f28fc8 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -62,8 +62,6 @@ if @action == 'rescind_emeritus'
ASF::SVN.svn_('mv', [@emeritusfileurl, emeritus_rescinded_url], _, {env:env,
msg:message})
elsif @action == 'request_emeritus'
# Create emeritus request and send mail from secretary
- FOUNDATION_URL = ASF::SVN.svnurl('foundation')
- EMERITUS_TEMPLATE_URL = ASF::SVN.svnpath!('foundation',
'emeritus-request.txt').untaint
template, err =
ASF::SVN.svn('cat', ASF::SVN.svnpath!('foundation',
'emeritus-request.txt').untaint, {env:env})
raise RuntimeError.new("Failed to read emeritus-request.txt: " + err) unless
template