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

index d125bc759e28df6ceec2e984063cef7aa6414114..ede527846870e2f06c11e737683ea5bf2523686c 100644 (file)
@@ -5,7 +5,7 @@ cd $WORKSPACE/mariner-installer
 
 # 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 sles11sp2 opensuse12.2"
+rpm_dists="centos6 centos7 centos sles11sp2 opensuse12.2"
 deb_dists="precise wheezy squeeze trusty"
 
 # A helper to match an item in a list of items, like python's `if item in list`