Skip to content

Commit

Permalink
script/packagecloud: add several distros
Browse files Browse the repository at this point in the history
Add several missing distributions that we can upload packages for,
including new versions of OpenSUSE, SLES, Fedora, and Linux Mint.
  • Loading branch information
bk2204 committed Nov 3, 2022
1 parent 9704399 commit 9ef46f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions script/packagecloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
# opensuse https://en.opensuse.org/Lifetime
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
"opensuse/15.3", # EOL 2022-12
"opensuse/15.4",
# SLES EOL https://www.suse.com/lifecycle/
"sles/12.3", # LTSS ends 30 Jun 2022
"sles/12.4",
"sles/12.5",
"sles/15.3", # Current
"sles/12.5",
"sles/15.3",
"sles/15.4", # Current
],
"centos/8" => [
"el/8",
Expand All @@ -46,6 +48,7 @@
],
"rocky/9" => [
"el/9",
"fedora/36",
],
# Debian EOL https://wiki.debian.org/LTS/
# Ubuntu EOL https://wiki.ubuntu.com/Releases
Expand All @@ -72,6 +75,7 @@
"debian/bookworm", # Current testing
"ubuntu/impish", # EOL July 2022
"ubuntu/jammy", # EOL April 2027
"linuxmint/vanessa",# EOL April 2027
]
}

Expand Down

0 comments on commit 9ef46f8

Please sign in to comment.