summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-08 11:17:14 +0100
committerRemi Collet <remi@php.net>2025-01-08 11:17:14 +0100
commitb5eacf287a51049ecf128b05def3941c42c1b3b5 (patch)
treec871e89fd17586e6a0d71f384e223948965faa8e /check.php
parentbcde44f0c1f0aed2089624f0cd2485e3f27ea03c (diff)
add https://mirror.raiolanetworks.com/remi
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;