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 65f4539 WHIMSY-340 secretary/tlpreq not set up correctly
65f4539 is described below
commit 65f45396f6033625348320b2c0e2e00eaf7ebce3
Author: Sebb <[email protected]>
AuthorDate: Wed Sep 23 23:05:15 2020 +0100
WHIMSY-340 secretary/tlpreq not set up correctly
Move to standard svn checkout area
---
repository.yml | 3 +++
www/board/agenda/views/actions/todos.json.rb | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/repository.yml b/repository.yml
index 9caa0ad..09be543 100644
--- a/repository.yml
+++ b/repository.yml
@@ -207,3 +207,6 @@
subreq: # for mail subscription requests
url: infra/infrastructure/trunk/subreq
depth: skip
+
+ tlpreq-input:
+ url: infra/infrastructure/trunk/tlpreq/input
diff --git a/www/board/agenda/views/actions/todos.json.rb
b/www/board/agenda/views/actions/todos.json.rb
index 98e236d..522e0bf 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -2,7 +2,7 @@
# Secretary post-meeting todo list
#
-TLPREQ = '/srv/secretary/tlpreq'
+TLPREQ = ASF::SVN['tlpreq-input']
date = params[:date].gsub('-', '_')
date.untaint if date =~ /^\d+_\d+_\d+$/