diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-27 10:31:56 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-27 12:05:41 -0500 |
commit | 42c7f501e5a0e97ebffd330632bf8d823205fb35 (patch) | |
tree | adcf6a5027ff2d2e8c17e66fe882e465b6c76161 | |
parent | 80838503eb39a592a4b50a8e0f82e353a9820074 (diff) | |
download | uhd-42c7f501e5a0e97ebffd330632bf8d823205fb35.tar.gz uhd-42c7f501e5a0e97ebffd330632bf8d823205fb35.tar.bz2 uhd-42c7f501e5a0e97ebffd330632bf8d823205fb35.zip |
debian: Remove hirsute; add jellyfish support
-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 e881d0ee5..5d5e7533c 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 hirsute" +RELEASES="bionic focal jellyfish" PPA=ppa:ettusresearch/uhd # |