From a7568e625617a10efd3a2d34a66dda4f0ace4f7c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 14 Aug 2018 10:27:14 +0200 Subject: release: add comment with file name to signatures --- Makefile | 4 ++-- 1 file 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) -- cgit v1.2.3-54-g00ecf