From: Kefu Chai Date: Fri, 22 Dec 2017 05:04:28 +0000 (+0800) Subject: install-deps: bump DTS version on aarch64 to 7 X-Git-Tag: v13.0.2~668^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d38a9370b692bbd44b58f12995e88c73956ef36f;p=ceph-ci.git install-deps: bump DTS version on aarch64 to 7 see https://bugs.centos.org/view.php?id=14078 Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 670f1fd2546..336a156dfd7 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -232,7 +232,7 @@ else $SUDO yum -y install centos-release-scl-rh $SUDO yum-config-manager --disable centos-sclo-rh $SUDO yum-config-manager --enable centos-sclo-rh-testing - dts_ver=6 + dts_ver=7 ;; esac elif test $(lsb_release -si) = RedHatEnterpriseServer -a $MAJOR_VERSION = 7 ; then