Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
stderr, you got to like it
· bc803d92
Joerg Jaspert
authored
Mar 11, 2019
bc803d92
Merge branch 'master' into deploy
· e32278ae
Joerg Jaspert
authored
Mar 11, 2019
* master: stderr, you got to like it
e32278ae
Show whitespace changes
Inline
Side-by-side
scripts/debian/link_morgue.sh
View file @
e32278ae
...
...
@@ -112,7 +112,7 @@ while read mfile; do
fi
else
# If we run wherever, use curl and the http interface
if
out
=
$(
curl
--fail
--show-error
--silent
--max-time
120
--head
${
FARMURL
}
/
${
mshasum
}
)
;
then
if
out
=
$(
curl
--fail
--show-error
--silent
--max-time
120
--head
${
FARMURL
}
/
${
mshasum
}
2>&1
)
;
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.
...
...