[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: also provide summaries for other log types than stale builds
Holger Levsen
holger at layer-acht.org
Tue Jan 24 00:54:37 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 43c0ed46372e39779aea486f71a3bf1f033bcbcd
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jan 24 01:54:18 2017 +0100
reproducible Debian: also provide summaries for other log types than stale builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_maintenance.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index c13bc2e..1f775ec 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
--
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