[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: dont prepend the postgres.log with unrelated explaination

Holger Levsen holger at layer-acht.org
Tue Jan 10 13:49:50 UTC 2017


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 8a49ca46276ddc02196552d6b7abf2d25124aae0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jan 10 14:41:03 2017 +0100

    reproducible Debian: dont prepend the postgres.log with unrelated explaination
    
    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 39dc9d1..8cfdaba 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

-- 
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