]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: drop ktdreyer/ceph-el8 copr repo 35562/head
authorKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 17:09:06 +0000 (01:09 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 17:09:07 +0000 (01:09 +0800)
as all python3-cherrypy and its deps are included by EPEL8 now

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index fb377af75618829f58ddbb387391369ebbe2c355..e0b169c964015da8941ed184b724a560bed99af4 100755 (executable)
@@ -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