[SCM] ci-tooling packaging branch, master, updated. f4c79c8b76ed269e82c46b46bfdd8e7ca3d89f22

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Dec 17 15:30:39 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=f4c79c8

The following commit has been merged in the master branch:
commit f4c79c8b76ed269e82c46b46bfdd8e7ca3d89f22
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Dec 17 16:30:25 2014 +0100

    Set encoding at the top level
---
 dci.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dci.rb b/dci.rb
index 54ad0cb..470672b 100755
--- a/dci.rb
+++ b/dci.rb
@@ -1,5 +1,9 @@
 #!/usr/bin/env ruby
 
+ENV['LC_ALL'] = 'C.UTF-8'
+Encoding.default_external = Encoding::UTF_8
+Encoding.default_internal = Encoding::UTF_8
+
 require 'date'
 require 'fileutils'
 require_relative 'lib/debian/changelog'
@@ -10,3 +14,4 @@ if Process.uid == '0'
 end
 
 require_relative "dci/#{ARGV[0]}"
+

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list