From e9767c555f9d07de3ba640f1cf0606ab0e7d6906 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Oct 2020 11:16:29 +0200 Subject: October bill --- check.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'check.php') diff --git a/check.php b/check.php index 68a98ab6..b5e0c286 100755 --- a/check.php +++ b/check.php @@ -34,25 +34,25 @@ if ($cli) {

Mirror repository metadata check

'Enterprise Linux 8', 'enterprise/7' => 'Enterprise Linux 7', 'enterprise/6' => 'Enterprise Linux 6', 'fedora/31' => 'Fedora 31', 'fedora/30' => 'Fedora 30', 'fedora/29' => 'Fedora 29', -); -$subs = array( +]; +$subs = [ 'remi', 'test', 'php56', -); -$archs = array( +]; +$archs = [ 'i386', 'x86_64', -); +]; -$mirrors = array( +$mirrors = [ 'http://remi.mirrors.arminco.com/', 'http://remi.conetix.com.au/', 'http://mirrors.neterra.net/remi/', @@ -109,9 +109,10 @@ $mirrors = array( 'https://mirrors.ptisp.pt/remi/', 'https://mirrors.chroot.ro/remi/', 'https://mirrors.upr.edu/remi/', - 'http://mirror.digitalnova.at/remi/' -); -$deprecated = array( + 'http://mirror.digitalnova.at/remi/', + 'http://mirror.yer.az/remi/', +]; +$deprecated = [ 'http://nl.mirror.babylon.network/remi/', 'http://fr.mirror.babylon.network/remi/', 'http://ca.mirror.babylon.network/remi/', @@ -131,7 +132,8 @@ $deprecated = array( 'http://mirror.1000mbps.com/remi/', 'http://mirrors.hustunique.com/remi/', 'http://mirror.pw/remi/', -); +]; + function getRepoTime($uri) { $ctx = stream_context_create([ 'http' => [ -- cgit