From: Justin Caratzas Date: Tue, 24 May 2022 16:05:31 +0000 (-0400) Subject: build_utils: enable crb for c9s via dnf config-manager X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9b918cb6e2aae8bc10a34d60c49d36b1ed95ffb;p=ceph-build.git build_utils: enable crb for c9s via dnf config-manager --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index be813346..27bed87c 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1345,10 +1345,9 @@ setup_rpm_build_deps() { elif [ "$RELEASE" = 9 ]; then $SUDO dnf -y copr enable ceph/el9 + $SUDO dnf config-manager --set-enabled crb + $SUDO dnf -y install epel-next-release - - $SUDO dnf config-manager --add-repo http://mirror.stream.centos.org/9-stream/CRB/x86_64/os/ - $SUDO dnf -y install javapackages-tools fi