[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: diskspace issues are not normal

Holger Levsen holger at layer-acht.org
Wed Dec 21 15:29:12 UTC 2016


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 43e9a1ec3545a7c06ac0a829a406d7dd64487819
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 21 16:28:46 2016 +0100

    reproducible Debian: diskspace issues are not normal
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index dd08315..3bfd5d7 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -416,11 +416,15 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ]  ; then
 				# regular logfile, logrotate is used (and the file aint owned by jenkins)
 				cp $PROBLEM $TMPFILE
 			fi
-			( echo "A few entries per day are normal, a few dozens or hundreds probably not."
+			( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ; then 
+				echo "diskspace issues should always be investigated."
+			  else
+				echo "A few entries per day are normal, a few dozens or hundreds probably not."
+			  fi
 			  if grep -q https $TMPFILE ; then
-				  echo "$(grep -c https $TMPFILE) entries found:"
+				echo "$(grep -c https $TMPFILE) entries found:"
 			  else
-				  echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"
+				echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"
 			  fi
 			  echo
 			  cat $TMPFILE ) | mail -s "$(basename $PROBLEM) found" qa-jenkins-scm at lists.alioth.debian.org

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