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

Commit

Permalink
centos/pacific: packages from download.ceph.com
Browse files Browse the repository at this point in the history
We now have packages for the pacific release on download.ceph.com so
we can stop to use shaman (except for the devel build).

Signed-off-by: Dimitri Savineau <[email protected]>
(cherry picked from commit 20cb635)
  • Loading branch information
dsavineau committed Apr 1, 2021
1 parent 686149d commit 4c7f85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [[ "${CEPH_VERSION}" == nautilus ]]; then \
fi ; \
fi && \
bash -c ' \
if [[ "${CEPH_VERSION}" =~ master|pacific ]] || ${CEPH_DEVEL}; then \
if [[ "${CEPH_VERSION}" =~ master ]] || ${CEPH_DEVEL}; then \
ARCH=$(arch); \
if [[ "${ARCH}" == "aarch64" ]]; then \
ARCH="arm64"; \
Expand Down

0 comments on commit 4c7f85b

Please sign in to comment.