aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:28:45 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-14 10:28:45 +0200
commit01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5 (patch)
tree951b5bc60db64ae0c8d86477fbe33570e73c3858
parentfa9edc5fdae2d52795d750fd1c42eea8434fcfe0 (diff)
downloadudev-block-notify-01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5.tar.gz
udev-block-notify-01eaf55ffe7f13aed6c55f78ef9d3093c1de1ab5.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 66a14fb..7839474 100644
--- a/Makefile
+++ b/Makefile
@@ -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)