]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
fix links to post to ceph-release, not ceph urls 197/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 3 Nov 2015 20:59:22 +0000 (15:59 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 3 Nov 2015 20:59:22 +0000 (15:59 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-release-rpm/build/build

index c09fa116131e56d087d0e2328a1c300938a6b8b6..72a4771134748be6fecadb47c04e6c1de384167c 100644 (file)
@@ -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"