aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:27:14 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:27:14 +0200
commita7568e625617a10efd3a2d34a66dda4f0ace4f7c (patch)
tree328de065a1f672c8dfa076eeb266e33c71b3d8c6
parent374d892967ce935efd32b59e882a09de5342653e (diff)
downloadnullshell-a7568e625617a10efd3a2d34a66dda4f0ace4f7c.tar.gz
nullshell-a7568e625617a10efd3a2d34a66dda4f0ace4f7c.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 86b98a7..edf3a15 100644
--- a/Makefile
+++ b/Makefile
@@ -48,5 +48,5 @@ distclean:
release:
git archive --format=tar.xz --prefix=nullshell-$(VERSION)/ $(VERSION) > nullshell-$(VERSION).tar.xz
- gpg -ab nullshell-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=nullshell-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment nullshell-$(VERSION).tar.xz nullshell-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=nullshell-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment nullshell-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)