diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-28 15:50:04 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-28 16:05:33 -0500 |
commit | 04d14cd76180fd760765563555cab2b74a48f16d (patch) | |
tree | b37b289cf0df2f6b4f5430a3bf50fa538fc65593 /tools | |
parent | 7ecc3d8a30e3ed10d2a908c604855c8d0d205313 (diff) | |
download | uhd-04d14cd76180fd760765563555cab2b74a48f16d.tar.gz uhd-04d14cd76180fd760765563555cab2b74a48f16d.tar.bz2 uhd-04d14cd76180fd760765563555cab2b74a48f16d.zip |
debian: Change jellyfish to jammy
Ubuntu 22.04 LTS is called 'Jammy Jellyfish', and Launchpad expects to
see 'jammy' in the archive name, not 'jellyfish'.
Diffstat (limited to 'tools')
-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 5d5e7533c..234621795 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="bionic focal jellyfish" +RELEASES="bionic focal jammy" PPA=ppa:ettusresearch/uhd # |