From: Alfredo Deza Date: Mon, 31 Aug 2015 20:11:06 +0000 (-0400) Subject: remove unsupported distros, add jessie for builds X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d3f6afdfaa04b98997a1ed83f58c31f0ebe2b705;p=ceph-build.git remove unsupported distros, add jessie for builds Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index b13d88e0..76975d0a 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