[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: inform the irc channel if a node has a wrong MTU

Holger Levsen holger at layer-acht.org
Thu Aug 18 08:24:37 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 37d0859241b844e43dda6467e6b128fdd3ec0373
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 18 10:24:12 2016 +0200

    reproducible Debian: inform the irc channel if a node has a wrong MTU
---
 bin/reproducible_maintenance.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 9efc1f6..cc07492 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -48,6 +48,7 @@ echo "$(date -u) - testing whether the network interfaces MTU is 1500..."
 if [ "$(ip link | sed -n '/LOOPBACK/!s/.* mtu \([0-9]*\) .*/\1/p' | sort -u)" != "1500" ] ; then
 	ip link
 	echo "$(date -u) - network interfaces MTU != 1500 - this is wrong."
+	irc_message debian-reproducible "$HOSTNAME has wrong MTU, please tell the jenkins admins to fix this."
 	exit 1
 fi
 set +e

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