Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Hey curl, we want to see whats going wrong
· d80e1a46
Joerg Jaspert
authored
Mar 11, 2019
d80e1a46
Merge branch 'master' into deploy
· 61996f87
Joerg Jaspert
authored
Mar 11, 2019
* master: Hey curl, we want to see whats going wrong
61996f87
Show whitespace changes
Inline
Side-by-side
scripts/debian/link_morgue.sh
View file @
61996f87
...
...
@@ -112,7 +112,7 @@ while read mfile; do
fi
else
# If we run wherever, use curl and the http interface
if
out
=
$(
curl
--fail
--silent
--max-time
120
--head
${
FARMURL
}
/
${
mshasum
}
)
;
then
if
out
=
$(
curl
--fail
--show-error
--silent
--max-time
120
--head
${
FARMURL
}
/
${
mshasum
}
)
;
then
# Yes, lets symlink it
# Yay for tons of dangling symlinks, but when this is done a rsync
# will run and transfer the whole shitload of links over to the morgue host.
...
...