[Git][qa/jenkins.debian.net][master] reproducible Debian maintenance: be more verbose when killing processes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jan 15 16:28:55 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1c4f6ffd by Holger Levsen at 2024-01-15T17:28:36+01:00
reproducible Debian maintenance: be more verbose when killing processes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -416,7 +416,7 @@ if [ -n "$RESULTS" ] ; then
echo "found reproducible_build.sh processes which have pid 1 as parent (and not sshd), trying to kill them now."
for pid in $RESULTS ; do
echo "killing PID $pid and all children: $(ps -s $pid -o pid=)."
- sudo kill $(ps -s $pid -o pid=) || true
+ sudo kill $(ps -s $pid -o pid=) || echo "$pid won't die."
done
RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
if [ -n "$RESULTS" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1c4f6ffdfdc8795a70a1237d0bec6a81ec5caccc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1c4f6ffdfdc8795a70a1237d0bec6a81ec5caccc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240115/1bada475/attachment.htm>
More information about the Qa-jenkins-scm
mailing list