summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-12 02:19:18 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-18 10:21:06 +0100
commitb052ab6496c5fcdf7ffb8466673902c56ad39c00 (patch)
treeb1e913c3446595de369c2fc28e0e0352417e2d2f /bin
parent7433b21423f25a94a49f3d5eadc417b5e57041ca (diff)
downloadjenkins.debian.net-b052ab6496c5fcdf7ffb8466673902c56ad39c00.tar.xz
fixup regex
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 0f142a0d..d720f3e1 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@lists.alioth.debian.org
rm -f $TMPFILE