[SCM] ci-tooling packaging branch, master, updated. 78a9ba7563b0620a464be696d65b2024b89445a6
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Wed Dec 17 15:25:29 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=78a9ba7
The following commit has been merged in the master branch:
commit 78a9ba7563b0620a464be696d65b2024b89445a6
Author: Rohan Garg <rohan at kde.org>
Date: Wed Dec 17 16:24:53 2014 +0100
Try setting the locale at the top level script
---
dci/source.rb | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dci/source.rb b/dci/source.rb
index 3cbf287..36ec8ac 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -4,10 +4,6 @@ require 'logger'
require_relative '../lib/debian/changelog'
require_relative '../lib/debian/control'
-ENV['LC_ALL'] = 'C.UTF-8'
-Encoding.default_external = Encoding::UTF_8
-Encoding.default_internal = Encoding::UTF_8
-
raise "No workspace dir defined!" unless ARGV[1]
raise "No release defined!" unless ARGV[2]
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list