[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible: capture kills

Holger Levsen holger at moszumanska.debian.org
Thu Mar 19 13:56:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1c1f67a4a90a8e809913a8c647576d19bf98aad1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 19 14:07:47 2015 +0100

    reproducible: capture kills
---
 bin/reproducible_maintainance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index e36d446..7c91dc6 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -123,7 +123,7 @@ if [ -s $RESULT ] ; then
 	cat $RESULT
 	echo
 	ZOMBIES=$(cat $RESULT | cut -d " " -f1 | xargs echo)
-	sudo kill -9 $(echo $ZOMBIES)
+	sudo kill -9 $(echo $ZOMBIES) 2>&1
 	echo "'kill -9 $(echo $ZOMBIES)' done."
 	echo
 	DIRTY=true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list