mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Remove Ubuntu Cosmic and Disco which are both EOL. (#7539)
This commit is contained in:
parent
9dc6f3075a
commit
b2b8699070
2 changed files with 1 additions and 2 deletions
1
changelog.d/7539.misc
Normal file
1
changelog.d/7539.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove Ubuntu Cosmic and Disco from the list of distributions which we provide `.deb`s for, due to end-of-life.
|
|
@ -24,8 +24,6 @@ DISTS = (
|
||||||
"debian:sid",
|
"debian:sid",
|
||||||
"ubuntu:xenial",
|
"ubuntu:xenial",
|
||||||
"ubuntu:bionic",
|
"ubuntu:bionic",
|
||||||
"ubuntu:cosmic",
|
|
||||||
"ubuntu:disco",
|
|
||||||
"ubuntu:eoan",
|
"ubuntu:eoan",
|
||||||
"ubuntu:focal",
|
"ubuntu:focal",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue