diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-24 02:30:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-24 02:30:21 +0100 |
commit | 3d8108c0314c8648da5d8ee57a4ade5d51294826 (patch) | |
tree | 28b39ab05522b48962609bcb1bb49c75402cf042 | |
parent | 17863591b6ab616a0568e2a882224ae031e4c666 (diff) | |
download | jenkins.debian.net-3d8108c0314c8648da5d8ee57a4ade5d51294826.tar.xz |
reproducible Debian: add reminder
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_maintenance.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 4ccb9e0d..0c16062a 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -102,6 +102,7 @@ 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 ip link echo "$(date -u) - network interfaces MTU != 1500 - this is wrong. => please \`sudo ifconfig eth0 mtu 1500\`" + # should probably turn this into a warning if this becomes to annoying irc_message debian-reproducible "$HOSTNAME has wrong MTU, please tell the jenkins admins to fix this. (sudo ifconfig eth0 mtu 1500)" exit 1 fi |