aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:19:18 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:19:18 +0200
commitc5447692bead21d2d9d2515d84005f5caad9251b (patch)
tree772971a65ea4b6335d3f3984361796ab6374a338
parent98f5e2ddfe09c0fbb3e51d18d04c763a77a02fec (diff)
downloadgrub-reboot-poweroff-c5447692bead21d2d9d2515d84005f5caad9251b.tar.gz
grub-reboot-poweroff-c5447692bead21d2d9d2515d84005f5caad9251b.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 c23b204..edf9312 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ install:
release:
git archive --format=tar.xz --prefix=grub-reboot-poweroff-$(VERSION)/ $(VERSION) > grub-reboot-poweroff-$(VERSION).tar.xz
- gpg -ab grub-reboot-poweroff-$(VERSION).tar.xz
- git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=grub-reboot-poweroff-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION)
+ gpg --armor --detach-sign --comment grub-reboot-poweroff-$(VERSION).tar.xz grub-reboot-poweroff-$(VERSION).tar.xz
+ git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=grub-reboot-poweroff-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment grub-reboot-poweroff-$(VERSION).tar | git hash-object -w --stdin) $(VERSION)