From: Alfredo Deza Date: Thu, 22 Oct 2015 19:00:40 +0000 (-0400) Subject: remove rhel and dotted releases from takora X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dea92867004aee925631901e22a5de7ef958188a;p=ceph-build.git remove rhel and dotted releases from takora Signed-off-by: Alfredo Deza --- diff --git a/takora/build/build b/takora/build/build index 4edb1be9..dc3b66c0 100644 --- a/takora/build/build +++ b/takora/build/build @@ -5,7 +5,7 @@ cd $WORKSPACE/takora # 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" # A helper to match an item in a list of items, like python's `if item in list`