]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: add ken's copr repo for el8 build 32324/head
authorKefu Chai <kchai@redhat.com>
Wed, 18 Dec 2019 13:57:38 +0000 (21:57 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 18 Dec 2019 13:57:38 +0000 (21:57 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index cf37805c941f0b757a6088a91046f6b893202b38..a8ae948ffc4195a679c235667375a86e338f4ba1 100755 (executable)
@@ -403,6 +403,7 @@ 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 gpgcheck=0 apt-mirror.front.sepia.ceph.com_lab-extras_8_ --save
+                   $SUDO dnf copr enable ktdreyer/ceph-el8
                 elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
                     $SUDO subscription-manager repos --enable "codeready-builder-for-rhel-8-*-rpms"
                 fi