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 1e1c1a9f Stop SVN complaints when run from Wunderbar
1e1c1a9f is described below

commit 1e1c1a9fe02730be6206befd8495ce2b22eb79f9
Author: Sebb <[email protected]>
AuthorDate: Wed Feb 1 00:48:16 2023 +0000

    Stop SVN complaints when run from Wunderbar
---
 docker-config/whimsy.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker-config/whimsy.conf b/docker-config/whimsy.conf
index c83b06ec..6e1e9c71 100644
--- a/docker-config/whimsy.conf
+++ b/docker-config/whimsy.conf
@@ -66,6 +66,10 @@ PassengerFriendlyErrorPages on
 # Needed for Git to be able to find .gitconfig
 SetEnv HOME /var/www
 
+# to agree with Dockerfile (ensure svn does not complain)
+SetEnv LANG C.UTF-8
+SetEnv LC_ALL C.UTF-8
+
 AddCharset UTF-8 .json
 
 ExpiresActive On

Reply via email to