From 0148ee346db7938e259cade5e44c4dc631f9458f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 3 Jan 2019 15:16:07 +0100 Subject: [PATCH] Remove deprecated distros --- Makefile | 10 +++++----- ci/release_packagecloud | 2 +- docs/install/linux-repository.md | 10 ---------- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index b3eb5906a..efaaa4ada 100644 --- a/Makefile +++ b/Makefile @@ -18,14 +18,14 @@ BUILD_PLATFORMS ?= -os '!netbsd' -os '!openbsd' S3_UPLOAD_PATH ?= master # Keep in sync with docs/install/linux-repository.md -DEB_PLATFORMS ?= debian/wheezy debian/jessie debian/stretch debian/buster \ - ubuntu/trusty ubuntu/xenial ubuntu/artful ubuntu/bionic \ - raspbian/wheezy raspbian/jessie raspbian/stretch raspbian/buster \ - linuxmint/qiana linuxmint/rebecca linuxmint/rafaela linuxmint/rosa linuxmint/sarah linuxmint/serena linuxmint/sonya +DEB_PLATFORMS ?= debian/jessie debian/stretch debian/buster \ + ubuntu/xenial ubuntu/bionic \ + raspbian/jessie raspbian/stretch raspbian/buster \ + linuxmint/sarah linuxmint/serena linuxmint/sonya DEB_ARCHS ?= amd64 i386 armel armhf RPM_PLATFORMS ?= el/6 el/7 \ ol/6 ol/7 \ - fedora/26 fedora/27 fedora/28 fedora/29 fedora/30 + fedora/29 fedora/30 RPM_ARCHS ?= x86_64 i686 arm armhf PKG = gitlab.com/gitlab-org/$(PACKAGE_NAME) diff --git a/ci/release_packagecloud b/ci/release_packagecloud index 3b5492a8c..9a44f39ee 100755 --- a/ci/release_packagecloud +++ b/ci/release_packagecloud @@ -6,7 +6,7 @@ target=$(echo ${1} | cut -f 1 -d ' ') case "${target}" in bleeding) make packagecloud PACKAGE_CLOUD="runner/unstable" \ - DEB_PLATFORMS="debian/jessie debian/stretch ubuntu/trusty ubuntu/xenial ubuntu/bionic" \ + DEB_PLATFORMS="debian/jessie debian/stretch ubuntu/xenial ubuntu/bionic" \ RPM_PLATFORMS="el/7 fedora/30 fedora/29" ;; stable) diff --git a/docs/install/linux-repository.md b/docs/install/linux-repository.md index a1a65bdc5..920995644 100644 --- a/docs/install/linux-repository.md +++ b/docs/install/linux-repository.md @@ -16,25 +16,15 @@ We provide packages for the currently supported versions of Debian, Ubuntu, Mint | Debian | buster | | | Debian | stretch | approx. 2022 | | Debian | jessie | June 2020 | -| Debian | wheezy **_(Deprecated)_** | May 2018 | | Ubuntu | bionic | April 2023 | -| Ubuntu | artful **_(Deprecated)_** | July 2018 | | Ubuntu | xenial | April 2021 | -| Ubuntu | trusty **_(Deprecated)_** | April 2019 | | Mint | sonya | approx. 2021 | | Mint | serena | approx. 2021 | | Mint | sarah | approx. 2021 | -| Mint | rosa **_(Deprecated)_** | April 2019 | -| Mint | rafaela **_(Deprecated)_** | April 2019 | -| Mint | rebecca **_(Deprecated)_** | April 2019 | -| Mint | qiana **_(Deprecated)_** | April 2019 | | RHEL/CentOS | 7 | June 2024 | | RHEL/CentOS | 6 | November 2020 | | Fedora | 30 | approx. May 2020 | | Fedora | 29 | approx. November 2019 | -| Fedora | 28 **_(Deprecated)_** | approx. May 2019 | -| Fedora | 27 **_(Deprecated)_** | approx. November 2018 | -| Fedora | 26 **_(Deprecated)_** | approx. June 2018 | ## Prerequisites -- 2.22.0