Fix final comment

This commit is contained in:
Arnout Engelen
2016-07-12 18:04:41 +02:00
parent 49c9b93e80
commit 57b668b478

View File

@@ -16,7 +16,7 @@ release: clean
git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)" git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)"
gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz" gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz"
git push --tags git push --tags
echo "now upload the detached signature to https://github.com/raboof/nethogs/releases/edit/v$VERSION" echo "now upload the detached signature ../nethogs-$(RELEASE).tar.gz.asc to https://github.com/raboof/nethogs/releases/new?tag=v$(VERSION)"
check: check:
$(MAKE) -C src -f MakeApp.mk $@ $(MAKE) -C src -f MakeApp.mk $@