diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-30 15:04:31 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-30 15:04:31 -0700 |
commit | 670eeda6e4c9ff2ab81f4e387bce49ea4dc79dcc (patch) | |
tree | f5fefb72c41eae8b874605458a70f65d58825465 /tools/debs | |
parent | 3c119b1a7f2ba4c6eb86dd15697ee53f0cadde4c (diff) | |
download | uhd-670eeda6e4c9ff2ab81f4e387bce49ea4dc79dcc.tar.gz uhd-670eeda6e4c9ff2ab81f4e387bce49ea4dc79dcc.tar.bz2 uhd-670eeda6e4c9ff2ab81f4e387bce49ea4dc79dcc.zip |
debian: Fixed artifact removal in upload_debs.sh
Diffstat (limited to 'tools/debs')
-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 831eeb248..4cdb2f173 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 |