]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove rhel and dotted releases from takora 146/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 19:00:40 +0000 (15:00 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 22 Oct 2015 19:00:40 +0000 (15:00 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
takora/build/build

index 4edb1be9a56ac226bc407fcb95720beb93f6a7a5..dc3b66c0c7baa15f0a4a4b5da76fe60159d75c2e 100644 (file)
@@ -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`