From 916bafd19e3b549cbbcd9f57b60ebfe38124e0cf Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Nov 26 2018 12:51:24 +0000 Subject: AltArch has fastestmirror support now --- diff --git a/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh b/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh index dfa57c9..94f3568 100755 --- a/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh +++ b/tests/p_yum-plugin-fastestmirror/10-fastestmirror.sh @@ -9,7 +9,7 @@ fi isAltArch=$(uname -m|egrep -q 'armv7l|aarch64|ppc64|ppc64le'|| echo 1 && echo 0) -if [ "$isAltArch" = "0" ] ; then +if [ "$isAltArch" = "0" ] && [ $centos_ver -lt 7 ] ; then t_Log "Skipping for altarch, using only mirror.centos.org" t_Log "SKIP" exit 0