We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8354ba3 commit 38ccbabCopy full SHA for 38ccbab
1 file changed
script/packagecloud.rb
@@ -59,6 +59,7 @@
59
],
60
"centos/8" => [
61
"el/8",
62
+ "fedora/31", # EOL ~2021
63
64
# Debian EOL https://wiki.debian.org/LTS/
65
# Ubuntu EOL https://wiki.ubuntu.com/Releases
@@ -81,6 +82,8 @@
81
82
"linuxmint/sylvia", # EOL April 2021
83
"linuxmint/tara", # EOL April 2023
84
"linuxmint/tessa", # EOL April 2023
85
+ "linuxmint/tina", # EOL April 2023
86
+ "linuxmint/tricia", # EOL April 2023
87
"ubuntu/xenial", # ESM April 2024
88
"ubuntu/yakkety", # EOL July 20, 2017
89
"ubuntu/zesty", # EOL January 13, 2018
@@ -91,7 +94,8 @@
91
94
92
95
"debian/10" => [
93
96
"debian/buster", # Current
- "ubuntu/eoan", # Current
97
+ "ubuntu/eoan", # EOL July 2020
98
+ "ubuntu/focal", # Current
99
]
100
}
101
0 commit comments