summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-19 10:07:21 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-19 10:07:21 +0100
commit5866def6e22ecae0f91056188df6c8f30e333e10 (patch)
tree5a5117009eeeee20ba3e80f388921b79b03225d6 /bin
parent9fa73960f8ee5ade853cdb394a7a05ca1ae16e1a (diff)
downloadjenkins.debian.net-5866def6e22ecae0f91056188df6c8f30e333e10.tar.xz
reproducible: make killing easier
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index df62f696..c59d2781 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -100,6 +100,8 @@ if [ -s $RESULT ] ; then
echo "Warning: processes found which should not be there:"
cat $RESULT
echo
+ ZOMBIES=$(echo $RESULT | cut -d " " -f1 | xargs echo)
+ echo "kill -9 $ZOMBIS"
echo "Please cleanup manually."
echo
DIRTY=true