aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/debs/upload_debs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh
index b82d9fcc5..e881d0ee5 100755
--- a/tools/debs/upload_debs.sh
+++ b/tools/debs/upload_debs.sh
@@ -38,14 +38,14 @@ fi
UHD_TOP_LEVEL=$PWD
# Get version info
-VERSION=`head -1 host/cmake/debian/changelog | grep -o '[0-9.]*' | head -1`
+VERSION=`head -1 host/cmake/debian/changelog | sed 's/.*(\(.*\)-0ubuntu.*/\1/'`
ORIG_RELEASE=`head -1 host/cmake/debian/changelog | sed 's/.*) \(.*\);.*/\1/'`
#
# Currently supported versions can be found here:
# https://launchpad.net/ubuntu/+ppas
#
-RELEASES="xenial bionic cosmic focal"
+RELEASES="bionic focal hirsute"
PPA=ppa:ettusresearch/uhd
#