aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:21:08 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:21:08 +0200
commitad0a8a91d1f71f6a3db68caa1ed0b2110f041462 (patch)
treedecf69733ad79adb1a4c87ee0e489803d450cc38
parentd4f7c5234131e4830a24f725c8871eb33cbbfe5f (diff)
downloadmkinitcpio-chkeymap-main.tar.gz
mkinitcpio-chkeymap-main.tar.zst
release: add comment with file name to signaturesHEADmain
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a361a69..c348785 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,5 @@ install:
release:
git archive --format=tar.xz --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) > mkinitcpio-chkeymap-$(VERSION).tar.xz
- gpg -ab mkinitcpio-chkeymap-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment mkinitcpio-chkeymap-$(VERSION).tar.xz mkinitcpio-chkeymap-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-chkeymap-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-chkeymap-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)