diff options
author | michael-west <michael.west@ettus.com> | 2020-10-08 07:55:48 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-10-09 14:05:59 -0500 |
commit | 86568d46b62bd1ab13dd3479b8fe2ea425271806 (patch) | |
tree | 5842b6726630628b036fa6aa380f637c15359693 /tools/debs/upload_debs.sh | |
parent | e760e5372b090cf0ba22530e155220200536a8fe (diff) | |
download | uhd-86568d46b62bd1ab13dd3479b8fe2ea425271806.tar.gz uhd-86568d46b62bd1ab13dd3479b8fe2ea425271806.tar.bz2 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/debs/upload_debs.sh')
-rwxr-xr-x | tools/debs/upload_debs.sh | 2 |
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 # |