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

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


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

The following commit has been merged in the master branch:
commit a6157b4f0463369c2d0812dceb42b92ac4502eba
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Dec 17 15:59:53 2014 +0100

    Update to install locales as well
---
 dci/source.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 9bfce38..a25c7e0 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -4,6 +4,8 @@ require 'logger'
 require_relative '../lib/debian/changelog'
 require_relative '../lib/debian/control'
 
+ENV['LC_ALL'] = 'C.UTF-8'
+
 raise "No workspace dir defined!" unless ARGV[1]
 raise "No release defined!" unless ARGV[2]
 
@@ -28,7 +30,7 @@ end
 
 # These should never fail
 run_cmd('apt-get update && apt-get -y dist-upgrade')
-run_cmd('apt-get -y install devscripts lsb-release')
+run_cmd('apt-get -y install devscripts lsb-release locales')
 
 release = ARGV[2]
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list