From 0c63b515ffd63d4d33f70f42969809b632c6f1af Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 20 May 2020 08:30:08 -0400 Subject: [PATCH 1/3] Remove cosmic and disco which are both EOL. --- scripts-dev/build_debian_packages | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index ae2145d71723..e6f4bd1dcadf 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -24,8 +24,6 @@ DISTS = ( "debian:sid", "ubuntu:xenial", "ubuntu:bionic", - "ubuntu:cosmic", - "ubuntu:disco", "ubuntu:eoan", "ubuntu:focal", ) From 997d3cd1653a0000703328d007bc9089c494a9c5 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 20 May 2020 08:33:27 -0400 Subject: [PATCH 2/3] Update changelog. --- changelog.d/7539.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7539.misc diff --git a/changelog.d/7539.misc b/changelog.d/7539.misc new file mode 100644 index 000000000000..21129ebb40f8 --- /dev/null +++ b/changelog.d/7539.misc @@ -0,0 +1 @@ +Remove Ubuntu Cosmic and Disco from the list of supported distributions due to end-of-life. From a225f427818aa244eeae4fd52390620cc3298fe7 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 20 May 2020 08:44:16 -0400 Subject: [PATCH 3/3] Update changelog from review. Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelog.d/7539.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/7539.misc b/changelog.d/7539.misc index 21129ebb40f8..93c030875a7e 100644 --- a/changelog.d/7539.misc +++ b/changelog.d/7539.misc @@ -1 +1 @@ -Remove Ubuntu Cosmic and Disco from the list of supported distributions due to end-of-life. +Remove Ubuntu Cosmic and Disco from the list of distributions which we provide `.deb`s for, due to end-of-life.