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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Apr 10 00:32:51 UTC 2015


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

The following commit has been merged in the master branch:
commit b6b92edbfe3119d158c0d7d4f43475b8fcbf0fa2
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Apr 10 02:32:37 2015 +0200

    Different escaping for gzip options
---
 dci/imager.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/imager.rb b/dci/imager.rb
index 51c39ac..6c7057b 100644
--- a/dci/imager.rb
+++ b/dci/imager.rb
@@ -126,7 +126,7 @@ Dir.chdir('build') do
     extra_opts << '--binary-filesystem ext4'
     extra_opts << '--bootloader none'
     extra_opts << '--debian-installer-gui false'
-    extra_opts << '--gzip-options \'--best --rsyncable\''
+    extra_opts << '--gzip-options "--best --rsyncable"'
   else
     logger.error("Don't understand the flavor #{FLAVOR}")
     exit 1

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list