mirrors.magcast.co: add http version to fix redirect issue master
authorMichael Prokop <mika@grml.org>
Tue, 4 Jun 2024 10:44:39 +0000 (12:44 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 4 Jun 2024 10:44:39 +0000 (12:44 +0200)
commit76132db2685868c5ea005087392e84d56e48d2e8
tree0702bd301ad83c5386a866cd3e71bca168c38ec2
parente534080c7860207c2334a974c3a22d7736c6269d
mirrors.magcast.co: add http version to fix redirect issue

We need to add a Grml-http version, otherwise we get:

| % bin/masterlist2mirmon Mirrors.masterlist
| [...]
| NL rsync://mirror.serverion.com/grml/
| Use of uninitialized value in printf at bin/masterlist2mirmon line 32, <$fh> line 220.
| DE http://mirrors.magcast.co/
| [...]

While it's supposed to report:

  DE http://mirrors.magcast.co/Linux/grml/

Given that there's a http mirror available (which redirects to https)
let's add it accordingly, then the mirrors.magcast.co mirror behaves as
expected and doesn't end up with URLs like
https://mirrors.magcast.co//SHA256SUMS which obviously don't exist as
such.

Thanks: Christopher Bock for reporting and assistance in debugging
Mirrors.masterlist