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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 14:28:15 UTC 2015


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

The following commit has been merged in the master branch:
commit e33619f06684605ecf06422b4a43e5e667258cf9
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Feb 26 15:28:12 2015 +0100

    convert info to debug
---
 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 0ca1d46..f065ba2 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -89,7 +89,7 @@ class CiPPA
         next if binary.binary_package_name == 'kubuntu-plasma5-desktop'
         if binary.architecture_specific
           unless binary.distro_arch_series_link == host_arch.self_link
-            LOG.info '  skipping unsuitable arch of bin'
+            LOG.debug '  skipping unsuitable arch of bin'
             next
           end
         end
@@ -120,8 +120,8 @@ class CiPPA
   private
 
   def run(cmd, args)
-    args.unshift('--')
     args.unshift(cmd)
+    p args
     LOG.debug "eatmydata #{args.join(' ')}" if LOG.debug?
     system('eatmydata', *args)
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list