diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:19:18 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:19:18 +0200 |
commit | c5447692bead21d2d9d2515d84005f5caad9251b (patch) | |
tree | 772971a65ea4b6335d3f3984361796ab6374a338 /Makefile | |
parent | 98f5e2ddfe09c0fbb3e51d18d04c763a77a02fec (diff) | |
download | grub-reboot-poweroff-c5447692bead21d2d9d2515d84005f5caad9251b.tar.gz grub-reboot-poweroff-c5447692bead21d2d9d2515d84005f5caad9251b.tar.zst |
release: add comment with file name to signatures
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |