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

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


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

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

    reduce verbosity again
---
 kci/install_check.rb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index 9fbfdb5..b6947a6 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -92,7 +92,7 @@ class CiPPA
       end
     end
 
-    LOG.info "Built package list: #{packages.keys.join(', ')}"
+    LOG.debug "Built package list: #{packages.keys.join(', ')}"
     @packages = packages
   end
 
@@ -137,13 +137,11 @@ class CiPPA
     to_remove = cmd == :remove
     install_software_properties
     args = []
-    args << '-y' << '-m'
+    args << '-y'
     args << '-r' if to_remove
     args << "ppa:kubuntu-ci/#{@type}"
-    LOG.info "apt-add-repository #{args.join(' ')}"
     system('apt-add-repository', *args)
     updated = apt(:update)
-    LOG.info "#{!to_remove} && #{!updated} = #{(!to_remove && !updated)}"
     if !updated && !to_remove
       # Updated failed. Rip the PPA out again.
       LOG.error "#{@type} caused an apt update fail, removing it again..."

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list