From 86568d46b62bd1ab13dd3479b8fe2ea425271806 Mon Sep 17 00:00:00 2001 From: michael-west Date: Thu, 8 Oct 2020 07:55:48 -0700 Subject: debian: Update supported Ubuntu releases Dropping trusty (14.04) because the CMake version is too low Adding focal (20.04) Signed-off-by: michael-west --- tools/debs/upload_debs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh index 4e2547a90..b82d9fcc5 100755 --- a/tools/debs/upload_debs.sh +++ b/tools/debs/upload_debs.sh @@ -45,7 +45,7 @@ ORIG_RELEASE=`head -1 host/cmake/debian/changelog | sed 's/.*) \(.*\);.*/\1/'` # Currently supported versions can be found here: # https://launchpad.net/ubuntu/+ppas # -RELEASES="trusty xenial bionic cosmic" +RELEASES="xenial bionic cosmic focal" PPA=ppa:ettusresearch/uhd # -- cgit v1.2.3