From bb05b0940e4cd18214d209643c6a83d4a6d567ec Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 5 May 2015 09:42:56 -0600 Subject: [PATCH] remove old EOL fedora references 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. --- ceph-release-rpm/build/build | 2 -- rpm_hosts | 1 - 2 files changed, 3 deletions(-) diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index dda22762..9502316c 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -37,8 +37,6 @@ rm -rf RPMBUILD 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 diff --git a/rpm_hosts b/rpm_hosts index 72923b9f..285a5925 100644 --- a/rpm_hosts +++ b/rpm_hosts @@ -1,4 +1,3 @@ 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 -- 2.39.5