From a41a47936a48a6e982a47bd159818ef7b99f643e Mon Sep 17 00:00:00 2001 From: Phill Date: Sun, 3 May 2026 22:01:15 -0500 Subject: [PATCH] Fix missing trailing slashes in mirror.tzulo.com URLs Add trailing slashes to https and rsync addresses which were causing AlmaLinux MirrorManager to fail freshness checks due to redirect responses instead of direct content delivery. --- mirrors.d/mirror.tzulo.com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrors.d/mirror.tzulo.com.yml b/mirrors.d/mirror.tzulo.com.yml index f32fa20d..e603e000 100644 --- a/mirrors.d/mirror.tzulo.com.yml +++ b/mirrors.d/mirror.tzulo.com.yml @@ -2,8 +2,8 @@ name: mirror.tzulo.com address: http: http://mirror.tzulo.com/almalinux/ - https: https://mirror.tzulo.com/almalinux - rsync: rsync://mirror.tzulo.com/almalinux + https: https://mirror.tzulo.com/almalinux/ + rsync: rsync://mirror.tzulo.com/almalinux/ geolocation: country: US state_province: IL