Fedora 18 and 19 are end of life and we should not support them any
more. Remove them from the ceph-release-rpm build script and "rpm_hosts"
lists.
target=$DIST
if [ "$target" = "centos6.5" ] ; then target=el6 ; fi
if [ "$target" = "centos7" ] ; then target=el7 ; fi
-if [ "$target" = "fedora18" ] ; then target=fc18 ; fi
-if [ "$target" = "fedora19" ] ; then target=fc19 ; fi
if [ "$target" = "fedora20" ] ; then target=fc20 ; fi
if [ "$target" = "rhel6.5" ] ; then target=rhel6 ; fi
if [ "$target" = "sles11sp2" ] ; then target=sles11 ; fi
ubuntu@gitbuilder-centos6-amd64.front.sepia.ceph.com
-ubuntu@gitbuilder-fedora18-amd64.front.sepia.ceph.com
ubuntu@gitbuilder-sles-11sp2-amd64.front.sepia.ceph.com
ubuntu@gitbuilder-opensuse12-amd64.front.sepia.ceph.com