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 17be53b8 Ensure minutes have correct charset
17be53b8 is described below

commit 17be53b8055b19c43b9f4f164224cfa2a5145ca2
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 11 11:30:08 2023 +0100

    Ensure minutes have correct charset
---
 www/board/agenda/views/actions/publish.json.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/views/actions/publish.json.rb 
b/www/board/agenda/views/actions/publish.json.rb
index 41247d49..9ec73cbb 100755
--- a/www/board/agenda/views/actions/publish.json.rb
+++ b/www/board/agenda/views/actions/publish.json.rb
@@ -65,6 +65,7 @@ ASF::SVN.update MINUTES, @message, env, _ do |tmpdir|
   unless File.exist? year_minutes
     _.system('cp', File.join(BOARD_PRIVATE, minutes), yeardir)
     ASF::SVN.svn_('add', year_minutes, _)
+    ASF::SVN.svn_('propset', ['svn:mime-type', 'text/plain; charset=utf-8', 
year_minutes], _)
   end
 end
 

Reply via email to