Skip to content

Commit

Permalink
git.sh: clean ddeb files
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstp committed Feb 22, 2023
1 parent c9d2a19 commit 884e34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o pipefail

rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz
rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz *.ddeb

EPOCH=

Expand Down Expand Up @@ -105,6 +105,6 @@ done
popd
if [ -n "$PPA" ] && [ -z "$NOUPLOAD" ]; then
dput ppa:ernstp/"$PPA" ${PACKAGE_NAME}_*_source.changes
rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz
rm -vf *.dsc *.build *.buildinfo *.changes *.upload *.tar.gz *.tar.xz *.ddeb
fi

0 comments on commit 884e34f

Please sign in to comment.