summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-10 14:41:03 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-10 14:41:03 +0100
commit8a49ca46276ddc02196552d6b7abf2d25124aae0 (patch)
treef13e47ca395c455dd65b952bf2419fe18ded530b /bin/reproducible_maintenance.sh
parentae823945499d7f8828a4f7d426698be32fbae24d (diff)
downloadjenkins.debian.net-8a49ca46276ddc02196552d6b7abf2d25124aae0.tar.xz
reproducible Debian: dont prepend the postgres.log with unrelated explaination
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 39dc9d1a..8cfdabaf 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -425,7 +425,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
fi
( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ]; then
echo "diskspace issues should always be investigated."
- else
+ elif [ "$(basename $PROBLEM)" != "postgresql-9.4-main.log " ]; then
echo "A few entries per day are normal, a few dozens or hundreds probably not."
fi
if grep -q https $TMPFILE ; then