[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible Debian: also report arch stats for stale builds
Holger Levsen
holger at layer-acht.org
Sat Jan 7 09:13:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit a7ab6ba7d02aae023785884107c2b8811dd5acad
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jan 7 10:12:53 2017 +0100
reproducible Debian: also report arch stats for stale builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_maintenance.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index b1024b0..e4e0958 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 at lists.alioth.debian.org
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list