diff --git a/Makefile b/Makefile index b3eb5906ab67c64142c88ee991a4de20eb7bba6f..efaaa4ada4cc619e6721a00d184755edc7aa17c2 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 3b5492a8c6f05dfda4761864219ac5f788c8ba8f..9a44f39ee94d5faa40cb8fa0a000486e62de8f11 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 a1a65bdc5b14a3c55759568d0f4e82c1e40b2c3f..920995644a80403c8f1007d37dc8210c38d1c2e4 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