aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2020-10-08 07:55:48 -0700
committerAaron Rossetto <aaron.rossetto@ni.com>2020-10-09 14:05:59 -0500
commit86568d46b62bd1ab13dd3479b8fe2ea425271806 (patch)
tree5842b6726630628b036fa6aa380f637c15359693 /tools
parentdeps: rpclib: Fix issue on socket closing (diff)
downloaduhd-86568d46b62bd1ab13dd3479b8fe2ea425271806.tar.xz
uhd-86568d46b62bd1ab13dd3479b8fe2ea425271806.zip
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 <michael.west@ettus.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debs/upload_debs.sh2
1 files changed, 1 insertions, 1 deletions
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
#