]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
install-deps: bump DTS version on aarch64 to 7
authorKefu Chai <kchai@redhat.com>
Fri, 22 Dec 2017 05:04:28 +0000 (13:04 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 30 Dec 2017 15:20:07 +0000 (23:20 +0800)
see https://bugs.centos.org/view.php?id=14078

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index 670f1fd254616a721939bc461114ab33add9e29c..336a156dfd7d8cabe8dbc153fbe729ebae51e7fd 100755 (executable)
@@ -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