[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix syntax error introduced when manually editing up the last revert

Holger Levsen holger at layer-acht.org
Tue Jan 24 01:31:39 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 6cc17c174a151b307fc28b41445effbbc4b5a2f9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jan 24 02:31:32 2017 +0100

    reproducible Debian: fix syntax error introduced when manually editing up the last revert
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_maintenance.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 0c16062..cf95ada 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -97,6 +97,7 @@ if ! test -L /run/shm ; then
 elif [ "$(readlink /run/shm)" != "/dev/shm" ] ; then
 	echo "Warning: /run/shm is a link, but not pointing to /dev/shm on $HOSTNAME, please tell the jenkins admins to fix this."
 	show_fstab_and_mounts
+fi
 # check for correct MTU
 echo "$(date -u) - testing whether the network interfaces MTU is 1500..."
 if [ "$(ip link | sed -n '/LOOPBACK\|NOARP/!s/.* mtu \([0-9]*\) .*/\1/p' | sort -u)" != "1500" ] ; 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