From 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 25 Jan 2024 12:17:54 -0800 Subject: Switch links to https: where possible All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now. --- modules/mga-mirrors/files/check_mirrors_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mga-mirrors') diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 6d5923ca..4ea3b59a 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -34,7 +34,7 @@ def get_mirrors mirrors = [] url = nil tier1 = false - fetch_url("http://mirrors.mageia.org/").each_line{|l| + fetch_url("https://mirrors.mageia.org/").each_line{|l| if l =~ /rsync.mageia.org/ then tier1 = true next -- cgit v1.2.1