Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
a239d09e
Unverified
Commit
a239d09e
authored
Sep 13, 2016
by
Holger Levsen
Browse files
reproducible maintainance: ignore NOARP entries for mtu test
parent
f470eef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_maintenance.sh
View file @
a239d09e
...
@@ -45,7 +45,7 @@ fi
...
@@ -45,7 +45,7 @@ fi
echo
"
$(
date
-u
)
- testing whether the proxy works..."
echo
"
$(
date
-u
)
- testing whether the proxy works..."
curl http://www.debian.org
>
/dev/null
curl http://www.debian.org
>
/dev/null
echo
"
$(
date
-u
)
- testing whether the network interfaces MTU is 1500..."
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
if
[
"
$(
ip
link
|
sed
-n
'/LOOPBACK
\|NOARP
/!s/.* mtu \([0-9]*\) .*/\1/p'
|
sort
-u
)
"
!=
"1500"
]
;
then
ip
link
ip
link
echo
"
$(
date
-u
)
- network interfaces MTU != 1500 - this is wrong. => please
\`
sudo ifconfig eth0 mtu 1500
\`
"
echo
"
$(
date
-u
)
- network interfaces MTU != 1500 - this is wrong. => please
\`
sudo ifconfig eth0 mtu 1500
\`
"
irc_message debian-reproducible
"
$HOSTNAME
has wrong MTU, please tell the jenkins admins to fix this. (sudo ifconfig eth0 mtu 1500)"
irc_message debian-reproducible
"
$HOSTNAME
has wrong MTU, please tell the jenkins admins to fix this. (sudo ifconfig eth0 mtu 1500)"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment