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 3d037e9 Update option list
3d037e9 is described below
commit 3d037e90430b8dbd9f1705ae6f04648811b5b1ba
Author: Sebb <[email protected]>
AuthorDate: Tue Jun 27 14:23:36 2017 +0100
Update option list
---
www/committers/svn-info.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/committers/svn-info.cgi b/www/committers/svn-info.cgi
index c8fd223..63afa59 100755
--- a/www/committers/svn-info.cgi
+++ b/www/committers/svn-info.cgi
@@ -38,7 +38,8 @@ _html do
# output svn info
_div.well.well_lg do
_.system ['svn', 'info', @url,
- (['--username', $USER, '--password', $PASSWORD] if $PASSWORD) ]
+ ['--non-interactive', '--no-auth-cache'], # not needed in output
+ (['--username', $USER, '--password', $PASSWORD] if $PASSWORD) ] #
must not be in output
end
end
end
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].