diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-11-30 09:20:23 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-12-09 11:24:29 -0800 |
commit | bb65a50ce5668288111289b6611035d3f5883172 (patch) | |
tree | 4b031e4805ae2bf5a5d9e6c5684cf46c81f8b09a /tools | |
parent | 37b3b32c07b229bab003d12385b93e170c5cda0e (diff) | |
download | uhd-bb65a50ce5668288111289b6611035d3f5883172.tar.gz uhd-bb65a50ce5668288111289b6611035d3f5883172.tar.bz2 uhd-bb65a50ce5668288111289b6611035d3f5883172.zip |
ubuntu: Added yakkety to the list of distros
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 4cdb2f173..30e80ea48 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 vivid wily xenial" +RELEASES="trusty vivid wily xenial yakkety" PPA=ppa:ettusresearch/uhd # |