From: Kefu Chai Date: Sun, 14 Jun 2020 17:09:06 +0000 (+0800) Subject: install-deps.sh: drop ktdreyer/ceph-el8 copr repo X-Git-Tag: v16.1.0~2056^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35562%2Fhead;p=ceph.git install-deps.sh: drop ktdreyer/ceph-el8 copr repo as all python3-cherrypy and its deps are included by EPEL8 now Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index fb377af7561..e0b169c9640 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -369,12 +369,10 @@ else # before EPEL8 and PowerTools provide all dependencies, we use sepia for the dependencies $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/ $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save - $SUDO dnf copr enable -y ktdreyer/ceph-el8 elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then $SUDO subscription-manager repos --enable "codeready-builder-for-rhel-8-*-rpms" $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/ $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save - $SUDO dnf copr enable -y ktdreyer/ceph-el8 fi ;; esac