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

index 1f822df4f57a1b92ef575db903888551408c83c0..5417ec4437a4fc69d639e31ed485cd0d5da3a6de 100644 (file)
@@ -16,7 +16,7 @@ echo "  BRANCH=$BRANCH"
 
 # FIXME A very naive way to just list the RPM $DIST that we currently support.
 # We should be a bit more lenient to allow any rhel/centos/sles/suse
-rpm_dists="rhel centos6.5 centos7 rhel6.5 rhel7 centos"
+rpm_dists="rhel centos6 centos7 centos"
 deb_dists="precise wheezy squeeze trusty jessie"
 
 # A helper to match an item in a list of items, like python's `if item in list`