From: Alfredo Deza Date: Thu, 22 Oct 2015 18:58:04 +0000 (-0400) Subject: remove rhel and dotted releases from ceph-deploy X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d7d6ff179729e1084c79ffc7caea0d8d0e8809e;p=ceph-build.git remove rhel and dotted releases from ceph-deploy Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index 1f822df4..5417ec44 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -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`