]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: Remove CR repo 30128/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 22 Nov 2018 00:07:22 +0000 (10:07 +1000)
committerNathan Cutler <ncutler@suse.com>
Wed, 4 Sep 2019 08:50:12 +0000 (10:50 +0200)
Remove the continuous release repos for CentOS and Virtuozzo 7 as they
should no longer be needed since http://tracker.ceph.com/issues/13997 is
no longer relevant and the newer versions of selinux packages pulled in
by the build system are causing problems for systems without CR repos
enabled.

Fixes: https://tracker.ceph.com/issues/37335
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit f39d9b7d1f4f2b63233802211a9ed0e641446ca1)

install-deps.sh

index 090de2aadafa06433fd7ea027558b8708eae3697..5b64ae34e452200fe5c123ccfb4db276601a5c3d 100755 (executable)
@@ -224,7 +224,6 @@ else
                 $SUDO rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$VERSION_ID
                 $SUDO rm -f /etc/yum.repos.d/dl.fedoraproject.org*
                 if test $ID = centos -a $VERSION_ID = 7 ; then
-                    $SUDO yum-config-manager --enable cr
                    case $(uname -m) in
                        x86_64)
                            $SUDO yum -y install centos-release-scl
@@ -240,8 +239,6 @@ else
                 elif test $ID = rhel -a $MAJOR_VERSION = 7 ; then
                     $SUDO yum-config-manager --enable rhel-server-rhscl-7-rpms
                     dts_ver=7
-                elif test $ID = virtuozzo -a $MAJOR_VERSION = 7 ; then
-                    $SUDO yum-config-manager --enable cr
                 fi
                 ;;
         esac