diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-12 12:14:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-12 12:14:01 -0700 |
commit | fdb6a41aeadaac4196dd3a0158aed797f3f22333 (patch) | |
tree | 53a91cc1dfd2463afe3e7fe42c4f3d4885fb25b3 /tools | |
parent | 709101bf5b58d10a8517decb7bcb65ce3cbb5ddd (diff) | |
parent | 5754a847e6ac367cfec71ffac1015d75f9f49122 (diff) | |
download | uhd-fdb6a41aeadaac4196dd3a0158aed797f3f22333.tar.gz uhd-fdb6a41aeadaac4196dd3a0158aed797f3f22333.tar.bz2 uhd-fdb6a41aeadaac4196dd3a0158aed797f3f22333.zip |
Merge branch 'maint'
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/debs/upload_debs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh index c14096997..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 # @@ -67,7 +67,7 @@ fi # Generate the TAR file to be uploaded. echo "Creating UHD source archive." -tar --exclude='*git*' --exclude='./debian' --exclude='*.swp' --exclude='fpga-src' --exclude='build' --exclude='./images/*.pyc' --exclude='./images/uhd-*' --exclude='tags' -cJf ../uhd_${VERSION}.orig.tar.xz . +tar --exclude='.git*' --exclude='./debian' --exclude='*.swp' --exclude='fpga-src' --exclude='build' --exclude='./images/*.pyc' --exclude='./images/uhd-*' --exclude='tags' -cJf ../uhd_${VERSION}.orig.tar.xz . if [ $? != 0 ] then echo "Failed to create UHD source archive." |