Skip to content

Commit

Permalink
script/packagecloud.rb: add EOLs and fix duplicate
Browse files Browse the repository at this point in the history
We add comments noting the EOL dates for a number of distributions
to our Packagecloud upload script, and also remove a duplicate entry
for SUSE Linux Enterprise Server 12.5 which was added in commit
9ef46f8 of PR git-lfs#5169.
  • Loading branch information
chrisd8088 committed Feb 4, 2023
1 parent 7828b11 commit dfe5c37
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions script/packagecloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,17 @@
$distro_name_map = {
# RHEL EOL https://access.redhat.com/support/policy/updates/errata
"centos/7" => [
"el/7",
"scientific/7",
"el/7", # EOL June 2024
"scientific/7", # EOL June 2024
# opensuse https://en.opensuse.org/Lifetime
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
"opensuse/15.3", # EOL 2022-12
"opensuse/15.4",
"opensuse/15.4", # EOL November 2023
# SLES EOL https://www.suse.com/lifecycle/
"sles/12.4",
"sles/12.5",
"sles/12.5",
"sles/12.5", # EOL October 2024 (LTSS October 2027)
"sles/15.3",
"sles/15.4", # Current
"sles/15.4", # Current
],
"centos/8" => [
"el/8",
Expand Down

0 comments on commit dfe5c37

Please sign in to comment.