Try to avoid double "//" within URLs
authorMichael Prokop <mika@grml.org>
Fri, 9 Jul 2021 11:57:32 +0000 (13:57 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 9 Jul 2021 11:57:32 +0000 (13:57 +0200)
commit83b1fc53e98f78e3da79a3390481f13a28f106b9
treee3c56e06541ee37d941e451d767cc126edb4701b
parentaef105d7006db3ebe0a582455862b1a3a36ccdd8
Try to avoid double "//" within URLs

The underlying download/mirrors/index.html.tt2  (template toolkit)
script uses:

| "[% type.substr(5) %]://[% mirror %]/[% mirrors.$region.$mirror.$type %]"

So we end up with URLs like "http://at.mirror.anexia.com//grml/".
Avoid this where easily possible
Mirrors.masterlist