From a7ab6ba7d02aae023785884107c2b8811dd5acad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 7 Jan 2017 10:12:53 +0100 Subject: reproducible Debian: also report arch stats for stale builds Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index b1024b0a..e4e09588 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -428,6 +428,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then done else echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:" + for a in $ARCHS ; do + echo "- $(grep -c '|${a}_' $TMPFILE) from $a." + done fi echo cat $TMPFILE ) | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm@lists.alioth.debian.org -- cgit v1.2.3-70-g09d2