Skip to content

Commit

Permalink
install-deps.sh: Remove CR repo
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Brad Hubbard <[email protected]>
  • Loading branch information
badone committed Nov 22, 2018
1 parent c87e657 commit f39d9b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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
Expand All @@ -326,8 +325,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
Expand Down

0 comments on commit f39d9b7

Please sign in to comment.