[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: maintenance: fix syntax error

Holger Levsen holger at layer-acht.org
Sun Dec 25 11:22:31 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 b4e9e5f4ca425db7723cfefa434087f49f522215
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Dec 25 11:44:04 2016 +0100

    reproducible debian: maintenance: fix syntax error
    
    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 64332ef..9e519c4 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -416,7 +416,7 @@ 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
-			( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ; then 
+			( 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."

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