From d3f6afdfaa04b98997a1ed83f58c31f0ebe2b705 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 31 Aug 2015 16:11:06 -0400 Subject: [PATCH] remove unsupported distros, add jessie for builds Signed-off-by: Alfredo Deza --- ceph-deploy/build/build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index b13d88e0c..76975d0a9 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -28,8 +28,8 @@ echo " BRANCH=$BRANCH" # 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" -deb_dists="precise wheezy squeeze trusty" +rpm_dists="rhel centos6.5 centos7 rhel6.5 rhel7 centos" +deb_dists="precise wheezy squeeze trusty jessie" # A helper to match an item in a list of items, like python's `if item in list` listcontains() { @@ -115,7 +115,7 @@ then REPO=debian-repo COMPONENT=main KEYID=${KEYID:-03C3951A} # default is autobuild keyid - DEB_DIST="sid wheezy squeeze quantal precise oneiric natty raring trusty" + DEB_DIST="sid wheezy squeeze jessie quantal precise raring trusty" DEB_BUILD=$(lsb_release -s -c) #XXX only releases until we fix this RELEASE=1 @@ -186,6 +186,6 @@ EOF echo "Done" else - echo "Can't determine build host type" + echo "Can't determine build host type, I suck. Sorry." exit 4 fi -- 2.47.3