diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2018-07-25 15:17:38 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-25 17:42:02 -0700 |
commit | 7224297101670879f7e945c4e1acf0e6834a6f1f (patch) | |
tree | 0d92070155100af1813ae0385335b351981747d8 /tools/debs | |
parent | cb9c97d643ac51279e61439c4e7caae9b1212c7d (diff) | |
download | uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.tar.gz uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.tar.bz2 uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.zip |
uhd: Post-release cleanup
- Bump the UHD API version and return to development branch status
- Removing artful in list of Ubuntu releases. Support for artful ended
in July 2018.
Diffstat (limited to 'tools/debs')
-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 1dff053b0..780586909 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 artful bionic" +RELEASES="trusty xenial bionic" PPA=ppa:ettusresearch/uhd # |