Remove Ubuntu Cosmic and Disco which are both EOL. (#7539)

This commit is contained in:
Patrick Cloke 2020-05-20 10:08:46 -04:00 committed by GitHub
parent 9dc6f3075a
commit b2b8699070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
changelog.d/7539.misc Normal file
View 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.

View file

@ -24,8 +24,6 @@ DISTS = (
"debian:sid",
"ubuntu:xenial",
"ubuntu:bionic",
"ubuntu:cosmic",
"ubuntu:disco",
"ubuntu:eoan",
"ubuntu:focal",
)