[Qa-jenkins-scm] [jenkins.debian.net] 03/07: fixup regex

Holger Levsen holger at layer-acht.org
Sun Dec 18 09:22:28 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 b052ab6496c5fcdf7ffb8466673902c56ad39c00
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 12 02:19:18 2016 +0100

    fixup regex
    
    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 0f142a0..d720f3e 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 "$(egrep -c '(https://|stale builds found)' $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