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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Nov 30 11:24:45 UTC 2015


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

The following commit has been merged in the master branch:
commit 466c2320d7f02f7fb0949d26be67231c936f3210
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Nov 30 12:16:42 2015 +0100

    add some temporary debug to find out why backticking doesn't work
---
 lib/dpkg.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/dpkg.rb b/lib/dpkg.rb
index d230207..76b5cfe 100644
--- a/lib/dpkg.rb
+++ b/lib/dpkg.rb
@@ -4,7 +4,9 @@ module DPKG
 
   def self.run(cmd, args)
     args = [*args]
+    puts "backticking: #{cmd} #{args.join(' ')}"
     output = `#{cmd} #{args.join(' ')}`
+    puts $?
     return [] if $? != 0
     # FIXME: write test
     output.strip.split($/).compact

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list