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

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


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

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

    looping would be good
---
 kci/builder.rb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index c4a812e..7b18f57 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -207,10 +207,12 @@ end
 # Upload
 def timeout_spawn(cmd, timeout)
   Thread.new do
-    warn '---- ps aux ----'
-    warn `ps aux |grep dput`
-    warn '----'
-    sleep 60
+    loop do
+      warn '---- ps aux ----'
+      warn `ps aux |grep dput`
+      warn '----'
+      sleep 60
+    end
   end
 
   pid = Process.spawn(cmd, pgroup: true)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list