From 4511f6526c63aa707d3be899f2c87117b792897d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 14 Aug 2018 10:24:28 +0200 Subject: release: add comment with file name to signatures --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e567248..96b2de5 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ distclean: clean release: git archive --format=tar.xz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.xz - gpg -ab mkinitcpio-ykfde-$(VERSION).tar.xz + gpg --armor --detach-sign --comment mkinitcpio-ykfde-$(VERSION).tar.xz mkinitcpio-ykfde-$(VERSION).tar.xz git archive --format=tar.gz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.gz - gpg -ab mkinitcpio-ykfde-$(VERSION).tar.gz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment mkinitcpio-ykfde-$(VERSION).tar.gz mkinitcpio-ykfde-$(VERSION).tar.gz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-ykfde-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) -- cgit v1.2.3-54-g00ecf