File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ get_samba_nightly_repo() {
4747get_distro_ceph_repo () {
4848 if [[ " ${OS_BASE} " = centos ]]; then
4949 dnf install --setopt=install_weak_deps=False -y \
50- epel-release centos-release-ceph-reef
50+ centos-release-ceph-reef
5151 fi
5252}
5353
@@ -77,6 +77,7 @@ case "${install_packages_from}" in
7777 samba-nightly)
7878 get_samba_nightly_repo
7979 get_distro_ceph_repo
80+ get_epel_repo_if_needed
8081 package_selection=${package_selection:- nightly}
8182 ;;
8283 devbuilds)
@@ -89,6 +90,7 @@ case "${install_packages_from}" in
8990 custom-repo)
9091 get_custom_repo " ${install_custom_repo} "
9192 get_distro_ceph_repo
93+ get_epel_repo_if_needed
9294 ;;
9395 custom-devbuilds)
9496 get_custom_repo " ${install_custom_repo} "
You can’t perform that action at this time.
0 commit comments