[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: dont terminate if some process types are not existant at all

Holger Levsen holger at layer-acht.org
Sun Jun 12 16:26:06 UTC 2016


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 04b0731035f99ae733d1232c9874971112ce6600
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 12 18:24:17 2016 +0200

    reproducible debian: dont terminate if some process types are not existant at all
---
 bin/reproducible_cleanup_nodes.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_cleanup_nodes.sh b/bin/reproducible_cleanup_nodes.sh
index 355feaf..cad6bfa 100755
--- a/bin/reproducible_cleanup_nodes.sh
+++ b/bin/reproducible_cleanup_nodes.sh
@@ -47,6 +47,7 @@ done
 sleep 15
 echo "killing all ssh and sleep processes now. (press enter || ctrl-c)"
 read
+set +e
 killall ssh
 killall sleep
 killall -9 ssh

-- 
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