From: Alfredo Deza Date: Thu, 22 Oct 2015 19:00:02 +0000 (-0400) Subject: remove rhel and dotted releases from mariner installer X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f557e4cab53400e5d0029206de59f18b3b40aa57;p=ceph-build.git remove rhel and dotted releases from mariner installer Signed-off-by: Alfredo Deza --- diff --git a/mariner-installer/build/build b/mariner-installer/build/build index d125bc75..ede52784 100644 --- a/mariner-installer/build/build +++ b/mariner-installer/build/build @@ -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`