aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debs/upload_debs.sh
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-12 11:19:28 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-12 11:19:28 -0700
commit7fbf0e579b85a0bf9abc6b9f6dd43b6f973940c1 (patch)
treede8a25afc335af01a88d253c45dc5808349be536 /tools/debs/upload_debs.sh
parent6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e (diff)
downloaduhd-7fbf0e579b85a0bf9abc6b9f6dd43b6f973940c1.tar.gz
uhd-7fbf0e579b85a0bf9abc6b9f6dd43b6f973940c1.tar.bz2
uhd-7fbf0e579b85a0bf9abc6b9f6dd43b6f973940c1.zip
debian: upload_debs.sh was a bit too aggressive in filtering out cruft
Diffstat (limited to 'tools/debs/upload_debs.sh')
-rwxr-xr-xtools/debs/upload_debs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh
index c14096997..dc807bf9a 100755
--- a/tools/debs/upload_debs.sh
+++ b/tools/debs/upload_debs.sh
@@ -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."