aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-05-25 20:16:45 +0200
committerLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-05-25 20:30:13 +0200
commitb88827c2f8f95a789aa13e992d11c93330c264eb (patch)
treeb6ce4aafef23fe1dd81ccc49b4a33fe9e040e02d
parent53c1befaf8d2e961a24addaffdcf943f462560f9 (diff)
downloadflat-remix-b88827c2f8f95a789aa13e992d11c93330c264eb.tar.gz
flat-remix-b88827c2f8f95a789aa13e992d11c93330c264eb.zip
Clean deb directory after launchpad_release finishes
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c94f3bc4b..c70835812 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,8 @@ launchpad_release: _get_version
cd deb/$(PKGNAME)/debian/ && echo " -- $(MAINTAINER) $$(date -R)" | cat changelog-template - > changelog
cd deb/$(PKGNAME) && debuild -S -d
dput ppa deb/$(PKGNAME)_$(VERSION)_source.changes
+ git checkout deb
+ git clean -df deb
undo_release: _get_tag
-git tag -d $(TAG)