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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Fri Jun 5 03:14:01 UTC 2015


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

The following commit has been merged in the master branch:
commit 426ec47d3f5c92a491b4494332d63e9aca2a12db
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jun 4 20:13:52 2015 -0700

    add a debug thread
---
 kci/builder.rb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kci/builder.rb b/kci/builder.rb
index b0737e5..c4a812e 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -206,6 +206,13 @@ end
 
 # Upload
 def timeout_spawn(cmd, timeout)
+  Thread.new do
+    warn '---- ps aux ----'
+    warn `ps aux |grep dput`
+    warn '----'
+    sleep 60
+  end
+
   pid = Process.spawn(cmd, pgroup: true)
   begin
     puts "waitpid with timeout"

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list