]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove unsupported distros, add jessie for builds
authorAlfredo Deza <adeza@redhat.com>
Mon, 31 Aug 2015 20:11:06 +0000 (16:11 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 1 Sep 2015 13:47:10 +0000 (09:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy/build/build

index b13d88e0cb55dcdeacd75d8fe414479f22b34938..76975d0a99ed7076a9aa2306e3f260eac735a44d 100644 (file)
@@ -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