From b5eacf287a51049ecf128b05def3941c42c1b3b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2025 11:17:14 +0100 Subject: add https://mirror.raiolanetworks.com/remi --- check.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'check.php') diff --git a/check.php b/check.php index a330e93a..ffd714ca 100755 --- a/check.php +++ b/check.php @@ -98,10 +98,11 @@ $mirrors = [ 'https://mirror.fjordos.no/remi/', 'https://muug.ca/mirror/remi/', 'https://mirror.netzwerge.de/remi/', + 'https://pit.mirror.jurassicinnovations.com/remi/', + 'http://mirror.yer.az/remi/', ]; $testing = [ 'https://mirror.geo.yer.cloud/remi/', // 2025-01-07 - 'https://pit1.mirror.jurassicinnovations.com/remi/', 'https://mirror.raiolanetworks.com/remi/', 'http://repo1.ash.innoscale.net/remi/', ]; @@ -115,7 +116,6 @@ $disabled = [ 'http://mirror.uta.edu.ec/remi/', 'http://repo1.dal.innoscale.net/remi/', 'http://repo1.sea.innoscale.net/remi/', - 'http://mirror.yer.az/remi/', ]; $deprecated = [ 'https://remi.srv.magticom.ge/', @@ -210,6 +210,9 @@ if ($ref) { case 'testing': $tocheck = $testing; break; + case 'disabled': + $tocheck = $disabled; + break; case 'deprecated': $tocheck = $deprecated; break; -- cgit