[Git-commits] [grml/grml-mirrors] 76132d: mirrors.magcast.co: add http version to fix redire...
Michael Prokop
noreply at github.com
Tue Jun 4 12:45:10 CEST 2024
Branch: refs/heads/master
Home: https://github.com/grml/grml-mirrors
Commit: 76132db2685868c5ea005087392e84d56e48d2e8
https://github.com/grml/grml-mirrors/commit/76132db2685868c5ea005087392e84d56e48d2e8
Author: Michael Prokop <mika at grml.org>
Date: 2024-06-04 (Tue, 04 Jun 2024)
Changed paths:
M Mirrors.masterlist
Log Message:
-----------
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
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-mirrors/settings/notifications
More information about the Git-commits
mailing list