diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:12:53 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-07 10:12:53 +0100 |
commit | a7ab6ba7d02aae023785884107c2b8811dd5acad (patch) | |
tree | cd153fa101803c89b5dc30cb5c69804fff7ef58c /bin | |
parent | b2d3a7726302541c3d60f26501f6d7c8ffa8882c (diff) | |
download | jenkins.debian.net-a7ab6ba7d02aae023785884107c2b8811dd5acad.tar.xz |
reproducible Debian: also report arch stats for stale builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |