diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-30 14:58:58 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-30 14:58:58 -0700 |
commit | 809440a85c75d391731027b9d3ef2f93100ab1f8 (patch) | |
tree | 5ca7a0d3a8875fe63469a02c9b2a54d198ee12e4 /tools | |
parent | 32951af2f3e7b1ddb56486c9f15b2e1033605bd6 (diff) | |
download | uhd-809440a85c75d391731027b9d3ef2f93100ab1f8.tar.gz uhd-809440a85c75d391731027b9d3ef2f93100ab1f8.tar.bz2 uhd-809440a85c75d391731027b9d3ef2f93100ab1f8.zip |
debian: Moved PPA location to LTS specific repository
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 c14096997..efc49ca0e 100755 --- a/tools/debs/upload_debs.sh +++ b/tools/debs/upload_debs.sh @@ -46,7 +46,7 @@ ORIG_RELEASE=`head -1 host/cmake/debian/changelog | sed 's/.*) \(.*\);.*/\1/'` # https://launchpad.net/ubuntu/+ppas # RELEASES="precise trusty vivid wily xenial" -PPA=ppa:ettusresearch/uhd +PPA=ppa:ettusresearch/uhd-3.9.lts # # Make sure this is the intended version. |