aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:15:38 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:15:38 +0200
commit331316e8ee05840bb23333f065466455e8d8ffb3 (patch)
tree05d6ff66c9372d2c2a4a3b40db8ef9679773ee10
parentfbb1a580561b91c372ec4108ae5348223dcdbe9b (diff)
downloadcqrlogo-331316e8ee05840bb23333f065466455e8d8ffb3.tar.gz
cqrlogo-331316e8ee05840bb23333f065466455e8d8ffb3.tar.zst
release: add comment with file name to signatures
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ad6944..a146ff2 100644
--- a/Makefile
+++ b/Makefile
@@ -307,5 +307,5 @@ distclean:
release:
git archive --format=tar.xz --prefix=cqrlogo-$(VERSION)/ $(VERSION) > cqrlogo-$(VERSION).tar.xz
- gpg -ab cqrlogo-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=cqrlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment cqrlogo-$(VERSION).tar.xz cqrlogo-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=cqrlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment cqrlogo-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)