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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 26 12:16:19 UTC 2015


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

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

    fix apt command order and add some temporary logging
---
 kci/install_check.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kci/install_check.rb b/kci/install_check.rb
index ba29f0b..6ecc29e 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -115,11 +115,12 @@ class CiPPA
 
   def apt(cmd, caller_args = [])
     args = []
-    args << cmd.to_s
     args << '--force-yes'
     args << '-y'
     args << '-o' << 'Debug::pkgProblemResolver=true'
+    args << cmd.to_s
     args += caller_args
+    LOG.info "apt-get #{args.join(' ')}"
     system('apt-get', *args)
   end
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list