From db01d0bb08820168ad39ead186143242699e5a65 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Jan 2016 22:08:29 +0100 Subject: reproducible: look for reproducible_build.sh processes with pid 1 as parent (=orphans) and let the maintenance job become unstable if found --- bin/reproducible_maintenance.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 430b5d93..851384be 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -328,6 +328,14 @@ if [ ! -z "$PSCALL" ] ; then echo fi +# find builds which should not be there +RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true) +if [ ! -z "$RESULTS" ] ; then + DIRTY=true + echo "Warning: found reproducible_build.sh processes which have pid 1 as parent (and not sshd), thus something went wrong… please investigate." + echo -e "$RESULTS" + +fi # remove artifacts older than a day echo "$(date -u) - Checking for artifacts older than a day." -- cgit v1.2.3-70-g09d2