From 331316e8ee05840bb23333f065466455e8d8ffb3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 14 Aug 2018 10:15:38 +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 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) -- cgit v1.2.3-54-g00ecf