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() {
47
47
get_distro_ceph_repo () {
48
48
if [[ " ${OS_BASE} " = centos ]]; then
49
49
dnf install --setopt=install_weak_deps=False -y \
50
- epel-release centos-release-ceph-reef
50
+ centos-release-ceph-reef
51
51
fi
52
52
}
53
53
@@ -77,6 +77,7 @@ case "${install_packages_from}" in
77
77
samba-nightly)
78
78
get_samba_nightly_repo
79
79
get_distro_ceph_repo
80
+ get_epel_repo_if_needed
80
81
package_selection=${package_selection:- nightly}
81
82
;;
82
83
devbuilds)
@@ -89,6 +90,7 @@ case "${install_packages_from}" in
89
90
custom-repo)
90
91
get_custom_repo " ${install_custom_repo} "
91
92
get_distro_ceph_repo
93
+ get_epel_repo_if_needed
92
94
;;
93
95
custom-devbuilds)
94
96
get_custom_repo " ${install_custom_repo} "
You can’t perform that action at this time.
0 commit comments