aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:24:28 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:24:28 +0200
commit4511f6526c63aa707d3be899f2c87117b792897d (patch)
tree27c419d206f3abbdee8cb545651862a03fb80699
parent1a12091c2b29721bfc031cd30ff32a87d90630c9 (diff)
downloadmkinitcpio-ykfde-4511f6526c63aa707d3be899f2c87117b792897d.tar.gz
mkinitcpio-ykfde-4511f6526c63aa707d3be899f2c87117b792897d.tar.zst
release: add comment with file name to signatures
-rw-r--r--Makefile6
1 files 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)