Fix Ganesha repository broken urls

Few URLs from some ganesha repositories were not corresponding
to actual valid URLs, where packages could be searched in
the repository.

These broken URLs have now been fixed.

Change-Id: If27b488cfec29731b74e7db774c4811b0e34c14e
This commit is contained in:
silvacarloss 2021-10-11 11:52:22 -03:00 committed by Carlos Eduardo
parent bf07abf7a9
commit 0e27c6d650
1 changed files with 3 additions and 3 deletions

View File

@ -932,7 +932,7 @@ function dnf_add_repository_nfsganesha {
cat > nfs-ganesha.repo <<EOF
[nfs-ganesha]
name=NFS Ganesha packages for \$basearch
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/\$basearch
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/el8/\$basearch
enabled=1
priority=2
gpgcheck=1
@ -940,7 +940,7 @@ gpgkey=https://download.ceph.com/keys/release.asc
[nfs-ganesha-noarch]
name=NFS Ganesha noarch packages
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/noarch
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/el8/noarch
enabled=1
priority=2
gpgcheck=1
@ -948,7 +948,7 @@ gpgkey=https://download.ceph.com/keys/release.asc
[nfs-ganesha-source]
name=NFS Ganesha source packages
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/SRPMS
baseurl=https://download.ceph.com/nfs-ganesha/${ganesha_release}/${ceph_release}/el8/SRPMS
enabled=0
priority=2
gpgcheck=1