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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 13:51:26 UTC 2015


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

The following commit has been merged in the master branch:
commit 0c7f66dc7847a2d3a27b80706bcf99acd9f73759
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 14:51:22 2015 +0100

    don't join package list ourselves, let system handle it
---
 kci/install_check.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 1d059f6..e22c4e0 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -100,9 +100,9 @@ class CiPPA
     LOG.info "Installing PPA #{@type}."
     return false if packages.empty?
     pin!
-    package_list = packages.map { |k, v| "#{k}='#{v}'" }.join(' ')
     args = []
-    args << 'ubuntu-minimal' << 'upstart' << package_list
+    args << 'ubuntu-minimal' << 'upstart'
+    args += packages.map { |k, v| "#{k}='#{v}'" }
     apt(:install, args)
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list