From 030bce643fd32a8c0c0463e1649cbda542aa30f5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 15 Jun 2020 01:09:06 +0800 Subject: [PATCH] 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 --- install-deps.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5