From 42c4dd62337069e0f2c636770e201e361d864a2c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 12 Apr 2017 10:50:17 +0100 Subject: Also check armv7hl --- modules/mga-mirrors/files/check_mirrors_status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mga-mirrors') diff --git a/modules/mga-mirrors/files/check_mirrors_status b/modules/mga-mirrors/files/check_mirrors_status index 06a17c2a..e6406c17 100755 --- a/modules/mga-mirrors/files/check_mirrors_status +++ b/modules/mga-mirrors/files/check_mirrors_status @@ -11,7 +11,7 @@ def get_dates(base, distros, archs, optional=true) distros.each{|d| r[d] = {} archs.each{|a| - next if d == '5' and a == 'armv5tl' + next if d == '5' and a =~ /arm/ begin r[d][a] = get_date(base, d, a) rescue Timeout::Error, ArgumentError, NoMethodError, Errno::EHOSTUNREACH => e @@ -155,7 +155,7 @@ end # Defaults ref = 'http://repository.mageia.org/' distros = ['5', 'cauldron'] -archs = ['i586', 'x86_64', 'armv5tl'] +archs = ['i586', 'x86_64', 'armv5tl', 'armv7hl'] parallel = 8 OptionParser.new {|opts| -- cgit v1.2.1