summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
Diffstat (limited to 'check.php')
-rwxr-xr-xcheck.php7
1 files changed, 5 insertions, 2 deletions
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;