diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-10 14:41:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-10 14:41:03 +0100 |
commit | 8a49ca46276ddc02196552d6b7abf2d25124aae0 (patch) | |
tree | f13e47ca395c455dd65b952bf2419fe18ded530b | |
parent | ae823945499d7f8828a4f7d426698be32fbae24d (diff) | |
download | jenkins.debian.net-8a49ca46276ddc02196552d6b7abf2d25124aae0.tar.xz |
reproducible Debian: dont prepend the postgres.log with unrelated explaination
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
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 |