diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-12 12:13:43 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-12 12:13:43 -0700 |
commit | 5754a847e6ac367cfec71ffac1015d75f9f49122 (patch) | |
tree | b3415ab72427fb5a1fe02e7e930f02f596f969b6 | |
parent | 7fbf0e579b85a0bf9abc6b9f6dd43b6f973940c1 (diff) | |
download | uhd-5754a847e6ac367cfec71ffac1015d75f9f49122.tar.gz uhd-5754a847e6ac367cfec71ffac1015d75f9f49122.tar.bz2 uhd-5754a847e6ac367cfec71ffac1015d75f9f49122.zip |
debian: Removed precise from the list of supported distros for the 3.10 and up
-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 dc807bf9a..831eeb248 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="precise trusty vivid wily xenial" +RELEASES="trusty vivid wily xenial" PPA=ppa:ettusresearch/uhd # |