From 43c0ed46372e39779aea486f71a3bf1f033bcbcd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 24 Jan 2017 01:54:18 +0100 Subject: reproducible Debian: also provide summaries for other log types than stale builds Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index c13bc2e1..1f775ecb 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -464,6 +464,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then OTHERPROJECTS="archlinux fedora" fi for a in $ARCHS $OTHERPROJECTS; do + echo "$(grep -c https $PROBLEM || echo 0) entries found:" >> $TMPFILE echo "- $(grep https $PROBLEM|grep -c _$a) from $a." >> $TMPFILE done elif grep -q 'stale builds found' $PROBLEM ; then -- cgit v1.2.3-70-g09d2