From: Alfredo Deza Date: Thu, 22 Oct 2015 18:59:17 +0000 (-0400) Subject: remove rhel and dotted releases from ceph-release build scripts X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c06782b91c63ca3c4f12cf44349136479cd8f73;p=ceph-build.git remove rhel and dotted releases from ceph-release build scripts Signed-off-by: Alfredo Deza --- diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index a09ded53..fc954d6c 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -15,9 +15,8 @@ rm -rf RPMBUILD # What are we building ? target=$DIST -if [ "$target" = "centos6.5" ] ; then target=el6 ; fi +if [ "$target" = "centos6" ] ; then target=el6 ; fi if [ "$target" = "centos7" ] ; then target=el7 ; fi -if [ "$target" = "rhel6.5" ] ; then target=rhel6 ; fi if [ "$target" = "sles11sp2" ] ; then target=sles11 ; fi echo "Target directory is: $target"