Skip to content

Commit

Permalink
nfs-ganesha: work around build issue
Browse files Browse the repository at this point in the history
nfs-ganesha builds are broken because of [1].
let's pin to V5.3.2 for now. This is intended to be reverted when
[2] is merged.

[1] nfs-ganesha/nfs-ganesha@da4245a
[2] https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/557171

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Aug 2, 2023
1 parent 54fe819 commit b86898a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ yum install -y jq && \
bash -c ' \
if [ -n "__GANESHA_PACKAGES__" ]; then \
if [[ "${CEPH_VERSION}" == master || "${CEPH_VERSION}" == main ]]; then \
curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/centos/__ENV_[DISTRO_VERSION]__/flavors/ceph_main/repo?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo ; \
curl -s -L "https://shaman.ceph.com/api/repos/nfs-ganesha/V5.3.2/latest/centos/__ENV_[DISTRO_VERSION]__/flavors/ceph_main/repo?arch=$(arch)" -o /etc/yum.repos.d/ganesha.repo ; \
elif [[ "${CEPH_VERSION}" == reef ]]; then \
echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; \
echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; \
Expand Down

0 comments on commit b86898a

Please sign in to comment.