[Qa-jenkins-scm] [jenkins.debian.net] 02/07: fixup 81e9ec5b3: reproducible Debian: count even better

Holger Levsen holger at layer-acht.org
Sun Dec 18 09:22:14 UTC 2016


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 7433b21423f25a94a49f3d5eadc417b5e57041ca
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 11 01:30:36 2016 +0100

    fixup 81e9ec5b3: reproducible Debian: count even better
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 74603e5..0f142a0 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -409,7 +409,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ]  ; then
 			TMPFILE=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX)
 			mv $PROBLEM $TMPFILE
 			( echo "A few entries per day are normal, a few dozens or hundreds probably not."
-			  echo "$(grep -c 'https://' $TMPFILE || true) entries found."
+			  echo "$(egrep -c '(https://|stale builds found)' $TMPFILE || true) entries found:"
 			  echo
 			  cat $TMPFILE ) | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm at lists.alioth.debian.org
 			rm -f $TMPFILE

-- 
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