From 0cef58b64dd49e00e3e9ed026b56105deccdbc70 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jul 2024 16:19:21 +0200 Subject: re-enable repo1.ash.innoscale --- check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.php') diff --git a/check.php b/check.php index d7967f09..946f93c4 100755 --- a/check.php +++ b/check.php @@ -103,6 +103,7 @@ $mirrors = [ $testing = [ 'https://pit1.mirror.jurassicinnovations.com/remi/', 'https://mirror.raiolanetworks.com/remi/', + 'http://repo1.ash.innoscale.net/remi/', ]; $disabled = [ 'https://remi.mivzakim.net/', // 2024-04-03 @@ -113,7 +114,6 @@ $disabled = [ 'http://mirror.uta.edu.ec/remi/', 'http://repo1.dal.innoscale.net/remi/', 'http://repo1.sea.innoscale.net/remi/', - 'http://repo1.ash.innoscale.net/remi/', 'http://mirror.yer.az/remi/', ]; $deprecated = [ -- cgit