Skip to content

Commit e2465f8

Browse files
committed
Update distros for packagecloud.io
Remove several distro versions which are now EOL. In addition, add a new version of Linux Mint and OpenSUSE, and update the EOL date for some distros. Note that we have not added Fedora 36 or Ubuntu kinetic because they are not yet available on packagecloud.io.
1 parent 0dc92bb commit e2465f8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

script/packagecloud.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,11 @@
3232
"scientific/7",
3333
# opensuse https://en.opensuse.org/Lifetime
3434
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
35-
"opensuse/15.1", # EOL 2020-11
35+
"opensuse/15.3", # EOL 2022-12
3636
# SLES EOL https://www.suse.com/lifecycle/
37-
"sles/11.4", # LTSS ends 31 Mar 2022
3837
"sles/12.3", # LTSS ends 30 Jun 2022
3938
"sles/12.4",
4039
"sles/12.5",
41-
"sles/15.0",
42-
"sles/15.1",
43-
"sles/15.2",
4440
"sles/15.3", # Current
4541
],
4642
"centos/8" => [
@@ -61,12 +57,12 @@
6157
"ubuntu/bionic", # ESM April 2028
6258
],
6359
"debian/10" => [
64-
"debian/buster",
60+
"debian/buster", # EOL June 2024
6561
"linuxmint/ulyana", # EOL April 2025
6662
"linuxmint/ulyssa", # EOL April 2025
6763
"linuxmint/uma", # EOL April 2025
64+
"linuxmint/una", # EOL April 2025
6865
"ubuntu/focal", # EOL April 2025
69-
"ubuntu/hirsute", # EOL January 2022
7066
],
7167
"debian/11" => [
7268
"debian/bullseye", # Current stable

0 commit comments

Comments
 (0)