Skip to content

Commit d8cce4f

Browse files
authored
Merge pull request git-lfs#5911 from chrisd8088/update-linux-distro-list
Update Linux distribution package list for v3.6.0 release
2 parents 9d69005 + 23fbfe8 commit d8cce4f

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

script/lib/distro.rb

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def initialize(map = nil)
2323
def self.builtin_map
2424
{
2525
# RHEL EOL https://access.redhat.com/support/policy/updates/errata
26+
# Fedora EOL https://docs.fedoraproject.org/en-US/releases/
2627
# SLES EOL https://www.suse.com/lifecycle/
2728
# opensuse https://en.opensuse.org/Lifetime
2829
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
@@ -33,9 +34,8 @@ def self.builtin_map
3334
package_type: "rpm",
3435
package_tag: "-1.el7",
3536
equivalent: [
36-
"el/7", # EOL June 2024
37-
"scientific/7", # EOL June 2024
38-
"sles/12.5", # EOL October 2024 (LTSS October 2027)
37+
"el/7", # EOL June 2024
38+
"sles/12.5", # EOL October 2024
3939
],
4040
},
4141
"centos/8" => {
@@ -45,10 +45,9 @@ def self.builtin_map
4545
package_type: "rpm",
4646
package_tag: "-1.el8",
4747
equivalent: [
48-
"el/8",
49-
"opensuse/15.5", # EOL December 2024
50-
"opensuse/15.6", # EOL December 2025
51-
"sles/15.5", # Current
48+
"el/8", # EOL May 2029
49+
"opensuse/15.5", # EOL December 2024
50+
"sles/15.5", # EOL December 2024
5251
],
5352
},
5453
"rocky/9" => {
@@ -58,10 +57,12 @@ def self.builtin_map
5857
package_type: "rpm",
5958
package_tag: "-1.el9",
6059
equivalent: [
61-
"el/9",
62-
"fedora/38", # EOL May 2024
63-
"fedora/39", # EOL Dec 2024
64-
"fedora/40", # Current
60+
"el/9", # EOL May 2032
61+
"fedora/39", # EOL November 2024
62+
"fedora/40", # EOL May 2025
63+
"fedora/41", # EOL November 2025
64+
"opensuse/15.6", # EOL December 2025
65+
"sles/15.6", # Current
6566
],
6667
},
6768
# Debian EOL https://wiki.debian.org/LTS/
@@ -74,12 +75,12 @@ def self.builtin_map
7475
package_type: "deb",
7576
package_tag: "",
7677
equivalent: [
77-
"debian/buster", # EOL June 2024
78-
"linuxmint/ulyana", # EOL April 2025
79-
"linuxmint/ulyssa", # EOL April 2025
80-
"linuxmint/uma", # EOL April 2025
81-
"linuxmint/una", # EOL April 2025
82-
"ubuntu/focal", # EOL April 2025
78+
"debian/buster", # EOL June 2024
79+
"linuxmint/ulyana", # EOL April 2025
80+
"linuxmint/ulyssa", # EOL April 2025
81+
"linuxmint/uma", # EOL April 2025
82+
"linuxmint/una", # EOL April 2025
83+
"ubuntu/focal", # EOL April 2025
8384
],
8485
},
8586
"debian/11" => {
@@ -89,13 +90,12 @@ def self.builtin_map
8990
package_type: "deb",
9091
package_tag: "",
9192
equivalent: [
92-
"debian/bullseye", # EOL June 2026
93-
"ubuntu/jammy", # EOL April 2027
94-
"ubuntu/mantic", # EOL July 2024
95-
"linuxmint/vanessa", # EOL April 2027
96-
"linuxmint/vera", # EOL April 2027
97-
"linuxmint/victoria", # EOL April 2027
98-
"linuxmint/virginia", # EOL April 2027
93+
"debian/bullseye", # EOL August 2026
94+
"linuxmint/vanessa", # EOL April 2027
95+
"linuxmint/vera", # EOL April 2027
96+
"linuxmint/victoria", # EOL April 2027
97+
"linuxmint/virginia", # EOL April 2027
98+
"ubuntu/jammy", # EOL April 2027
9999
],
100100
},
101101
"debian/12" => {
@@ -105,9 +105,11 @@ def self.builtin_map
105105
package_type: "deb",
106106
package_tag: "",
107107
equivalent: [
108-
"debian/bookworm", # Current stable
109-
"debian/trixie", # Current testing
110-
"ubuntu/noble", # EOL June 2029
108+
"debian/bookworm", # EOL June 2028
109+
"debian/trixie", # Current testing (Debian 13)
110+
"linuxmint/wilma", # EOL April 2029
111+
"ubuntu/noble", # EOL June 2029
112+
"ubuntu/oracular", # EOL July 2025
111113
]
112114
},
113115
}

0 commit comments

Comments
 (0)