]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: Remove CR repo 30129/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:56:02 +0000 (10:56 +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)

Conflicts:
install-deps.sh

install-deps.sh

index 4f1ef9172e4abc40715c911ca13db70173fd8e82..61cc21d547772e95cc2a93b98b997b51de32083b 100755 (executable)
@@ -176,12 +176,6 @@ else
                 $SUDO yum install --nogpgcheck -y epel-release
                 $SUDO rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$MAJOR_VERSION
                 $SUDO rm -f /etc/yum.repos.d/dl.fedoraproject.org*
-                if test $(lsb_release -si) = CentOS -a $MAJOR_VERSION = 7 ; then
-                    $SUDO yum-config-manager --enable cr
-                fi
-                if test $(lsb_release -si) = VirtuozzoLinux -a $MAJOR_VERSION = 7 ; then
-                    $SUDO yum-config-manager --enable cr
-                fi
                 ;;
         esac
         munge_ceph_spec_in $DIR/ceph.spec