]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove rhel and dotted releases from ceph-release build scripts
authorAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 18:59:17 +0000 (14:59 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 18:59:17 +0000 (14:59 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-release-rpm/build/build

index a09ded53ea12b8a70c2fe533f01bb173d1527284..fc954d6c6298460d675aaf3a3da8f4426b1b3d21 100644 (file)
@@ -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"