aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-30 15:04:31 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-30 15:04:36 -0700
commit2c3f04fa233874d453b52a5b988534322b219f9b (patch)
treea1b2bd2de5e5a758d9b871378bf28c09f110b205 /tools
parent809440a85c75d391731027b9d3ef2f93100ab1f8 (diff)
downloaduhd-2c3f04fa233874d453b52a5b988534322b219f9b.tar.gz
uhd-2c3f04fa233874d453b52a5b988534322b219f9b.tar.bz2
uhd-2c3f04fa233874d453b52a5b988534322b219f9b.zip
debian: Fixed artifact removal in upload_debs.sh
Diffstat (limited to 'tools')
-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 efc49ca0e..cf43875dd 100755
--- a/tools/debs/upload_debs.sh
+++ b/tools/debs/upload_debs.sh
@@ -144,6 +144,6 @@ then
if [ "$response" = "yes" ]
then
cd ..
- rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.xz uhd*_source.build uhd*.upload
+ rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.* uhd*_source.build uhd*.upload
fi
fi