Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Revert "centos/8: add ktdreyer copr repository back"
Browse files Browse the repository at this point in the history
This reverts commit aa644a5.

CentOS 8.3 has been released so we don't need the extra copr repository.

Signed-off-by: Dimitri Savineau <[email protected]>
(cherry picked from commit 76ff859)
  • Loading branch information
dsavineau committed Dec 8, 2020
1 parent 1db9723 commit d323824
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ if [[ "${CEPH_VERSION}" == nautilus ]]; then \
fi ; \
fi && \
bash -c ' \
if [[ __ENV_[BASEOS_TAG]__ -eq 8 ]]; then \
yum install -y dnf-plugins-core ;\
yum copr enable -y ktdreyer/ceph-el8 ;\
fi && \
if [[ "${CEPH_VERSION}" =~ master|^wip* ]] || ${CEPH_DEVEL}; then \
REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/__ENV_[BASEOS_TAG]__&flavor=default&ref=${CEPH_VERSION}&sha1=latest" | jq -a ".[0] | .url"); \
RELEASE_VER=0 ;\
Expand Down

0 comments on commit d323824

Please sign in to comment.