From: Alfredo Deza Date: Tue, 3 Nov 2015 20:59:22 +0000 (-0500) Subject: fix links to post to ceph-release, not ceph urls X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ca9f12dc3ec74f3be41fe17f70f7bfc4bd20348;p=ceph-build.git fix links to post to ceph-release, not ceph urls Signed-off-by: Alfredo Deza --- diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index c09fa116..72a47711 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"