From 6ca9f12dc3ec74f3be41fe17f70f7bfc4bd20348 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 3 Nov 2015 15:59:22 -0500 Subject: [PATCH] fix links to post to ceph-release, not ceph urls Signed-off-by: Alfredo Deza --- ceph-release-rpm/build/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index c09fa1161..72a477113 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -41,15 +41,15 @@ EOF target=$DIST if [ "$target" = "centos6" ] ; then target=el6 - chacra_baseurl="ceph/${chacra_ref}/centos/6" + chacra_baseurl="ceph-release/${chacra_ref}/centos/6" fi if [ "$target" = "centos7" ] ; then target=el7 - chacra_baseurl="ceph/${chacra_ref}/centos/7" + chacra_baseurl="ceph-release/${chacra_ref}/centos/7" fi if [ "$target" = "sles11sp2" ] ; then target=sles11 - chacra_baseurl="ceph/${chacra_ref}/sles/11" + chacra_baseurl="ceph-release/${chacra_ref}/sles/11" fi echo "Target directory is: $target" -- 2.47.3