diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:28:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:28:45 +0200 |
commit | 01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5 (patch) | |
tree | 951b5bc60db64ae0c8d86477fbe33570e73c3858 /Makefile | |
parent | fa9edc5fdae2d52795d750fd1c42eea8434fcfe0 (diff) | |
download | udev-block-notify-01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5.tar.gz udev-block-notify-01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5.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
@@ -55,5 +55,5 @@ distclean: release: git archive --format=tar.xz --prefix=udev-block-notify-$(VERSION)/ $(VERSION) > udev-block-notify-$(VERSION).tar.xz - gpg -ab udev-block-notify-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=udev-block-notify-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment udev-block-notify-$(VERSION).tar.xz udev-block-notify-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=udev-block-notify-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment udev-block-notify-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |