Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
gitlab-runner
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1,319
Issues
1,319
List
Boards
Labels
Service Desk
Milestones
Merge Requests
184
Merge Requests
184
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
gitlab-runner
Commits
0148ee34
You need to sign in or sign up before continuing.
Commit
0148ee34
authored
Jan 03, 2019
by
Javier Jardón
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated distros
parent
51486b1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
16 deletions
+6
-16
Makefile
Makefile
+5
-5
ci/release_packagecloud
ci/release_packagecloud
+1
-1
docs/install/linux-repository.md
docs/install/linux-repository.md
+0
-10
No files found.
Makefile
View file @
0148ee34
...
...
@@ -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/artfu
l 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/
xenia
l 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/2
6 fedora/27 fedora/28 fedora/2
9 fedora/30
fedora/29 fedora/30
RPM_ARCHS
?=
x86_64 i686 arm armhf
PKG
=
gitlab.com/gitlab-org/
$(PACKAGE_NAME)
...
...
ci/release_packagecloud
View file @
0148ee34
...
...
@@ -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
)
...
...
docs/install/linux-repository.md
View file @
0148ee34
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment