summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-05 02:40:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-05 02:40:50 +0200
commit0c4737c648fa188b7a64cd8bb14f5bf41101d24f (patch)
tree8491258aeb7daa46f1c950002af8b33fe1ddb1f9 /bin/reproducible_maintenance.sh
parenta9b6d234a5edc92ee30642e11cbf773bef74aa5d (diff)
downloadjenkins.debian.net-0c4737c648fa188b7a64cd8bb14f5bf41101d24f.tar.xz
reproducible: explain those daily mails a bit better
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-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 4518415d..fbc8eaa7 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -343,7 +343,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
if [ -s $PROBLEM ] ; then
TMPFILE=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX)
mv $PROBLEM $TMPFILE
- cat $TMPFILE | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm@lists.alioth.debian.org
+ ( echo "A few entries per day are normal, a few dozens or hundreds probably not." ; echo ; cat $TMPFILE ) | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm@lists.alioth.debian.org
rm -f $TMPFILE
fi
done