From dea92867004aee925631901e22a5de7ef958188a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 22 Oct 2015 15:00:40 -0400 Subject: [PATCH] remove rhel and dotted releases from takora Signed-off-by: Alfredo Deza --- takora/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.39.5