diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-09 09:56:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-09 09:56:52 +0200 |
commit | 516cf783262488a1ddb2b8d709f349809ebf74a3 (patch) | |
tree | adb371181f8d996af3cece6daa131968b105fc2b | |
parent | 88d1fb8e43a2ad94fdccb86856070708340eaaf4 (diff) | |
download | jenkins.debian.net-516cf783262488a1ddb2b8d709f349809ebf74a3.tar.xz |
reproducible: indicate processes to kill
-rwxr-xr-x | bin/reproducible_maintenance.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index e4cee248..8a8e619e 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -288,6 +288,7 @@ for i in $PBUIDS ; do # let's be generous and consider 14 hours here... if [ $AGE -gt $(( 14*60*60 )) ] ; then PSCALL=${PSCALL:+"$PSCALL,"}"$p" + echo "Warning: Could 'kill -9 $p' now, but not doing so now _yet_... " fi done done |