Loading Makefile +5 −5 Original line number Diff line number Diff line Loading @@ -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) Loading ci/release_packagecloud +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading docs/install/linux-repository.md +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Makefile +5 −5 Original line number Diff line number Diff line Loading @@ -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) Loading
ci/release_packagecloud +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
docs/install/linux-repository.md +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading