aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:20:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:20:25 +0200
commit3e988f07506450559ed130eaed134e4a1ccd068c (patch)
tree3a3f6c71d413c5f94eae699e44a9d514fa3d8bdd
parentb5142b859ddcc51e79031771c883872b4d268bde (diff)
downloadmkinitcpio-archlogo-3e988f07506450559ed130eaed134e4a1ccd068c.tar.gz
mkinitcpio-archlogo-3e988f07506450559ed130eaed134e4a1ccd068c.tar.zst
release: add comment with file name to signatures
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0da3c18..d2001ec 100644
--- a/Makefile
+++ b/Makefile
@@ -24,5 +24,5 @@ install:
release:
git archive --format=tar.xz --prefix=mkinitcpio-archlogo-$(VERSION)/ $(VERSION) > mkinitcpio-archlogo-$(VERSION).tar.xz
- gpg -ab mkinitcpio-archlogo-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-archlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment mkinitcpio-archlogo-$(VERSION).tar.xz mkinitcpio-archlogo-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=mkinitcpio-archlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment mkinitcpio-archlogo-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)