diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-06 14:47:50 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-06 14:47:50 +0200 |
commit | 0f005c7c807a603fcf587c46f64eeae91156214f (patch) | |
tree | a93355684583463f89be6a2e4237b9cf1f570f39 | |
parent | 525f47a6da833f8e63828156b4b3373c8053b3e3 (diff) | |
download | udev-block-notify-0f005c7c807a603fcf587c46f64eeae91156214f.tar.gz udev-block-notify-0f005c7c807a603fcf587c46f64eeae91156214f.tar.zst |
release: write tar signature to git notes
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,3 +56,4 @@ 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) |