aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:23:24 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:23:24 +0200
commit272cd322437b2df4990ab9a3efd514e17a70369d (patch)
tree4606ba6e57078a22f676818296d05593962a7108
parentd73df4a04331d4c544122f02d6331a8fb50608ee (diff)
downloadmkinitcpio-randommac-main.tar.gz
mkinitcpio-randommac-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 cc6266a..50d4bec 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ install:
release:
git archive --format=tar.xz --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) > mkinitcpio-randommac-$(VERSION).tar.xz
- gpg -ab mkinitcpio-randommac-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment mkinitcpio-randommac-$(VERSION).tar.xz mkinitcpio-randommac-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-randommac-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-randommac-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)