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 f30c630 Linkify warnings
f30c630 is described below
commit f30c6304f8f34352971c9ae17fa1cab8f0938995
Author: Sebb <[email protected]>
AuthorDate: Mon Aug 2 23:28:15 2021 +0100
Linkify warnings
---
www/secretary/workbench/views/actions/icla.json.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/secretary/workbench/views/actions/icla.json.rb
b/www/secretary/workbench/views/actions/icla.json.rb
index e39c91b..e55722f 100644
--- a/www/secretary/workbench/views/actions/icla.json.rb
+++ b/www/secretary/workbench/views/actions/icla.json.rb
@@ -18,11 +18,11 @@ if "#@filename#{fileext}" =~ /\A\w[-\w]*\.?\w*\z/
# Is there a matching ICLA? (returns first match, if any)
file = ASF::ICLAFiles.match_claRef(@filename)
if file
- _warn "documents/iclas/#{file} already exists"
+ _warn [["documents/iclas/#{file} already exists",
ASF::SVN.svnpath!('iclas', file)]]
else
_icla = ASF::ICLA.find_by_email(@email.strip)
if _icla
- _warn "Email #{@email.strip} found in iclas.txt file - #{_icla.as_line}"
+ _warn ["Email #{@email.strip} found in iclas.txt file:", _icla.as_line]
else
_icla = ASF::ICLA.find_matches(@realname.strip)
if _icla.size > 0