# 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() {
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
echo "Done"
else
- echo "Can't determine build host type"
+ echo "Can't determine build host type, I suck. Sorry."
exit 4
fi