[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: maintenance: the process killing part seems sane, enabling the actual auto-killing now
Holger Levsen
holger at moszumanska.debian.org
Sun May 10 09:29: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 55fd9026b672e510ec13a9041f12b1d1b45c5ed1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sun May 10 11:02:11 2015 +0200
reproducible: maintenance: the process killing part seems sane, enabling the actual auto-killing now
---
bin/reproducible_maintenance.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index aa17ead..ea535e8 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -112,10 +112,9 @@ if [ -s $RESULT ] ; then
ps -F -p $PSCALL
echo
for PROCESS in $(cat $TOKILL) ; do
- echo sudo kill -9 $PROCESS 2>&1
- #echo "'kill -9 $PROCESS' done." # FIXME re-enable once we're sure this new code is fine
+ sudo kill -9 $PROCESS 2>&1
+ echo "'kill -9 $PROCESS' done."
done
- echo "Please kill processes manually for now."
echo
fi
fi
--
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