diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:27:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:27:14 +0200 |
commit | a7568e625617a10efd3a2d34a66dda4f0ace4f7c (patch) | |
tree | 328de065a1f672c8dfa076eeb266e33c71b3d8c6 | |
parent | 374d892967ce935efd32b59e882a09de5342653e (diff) | |
download | nullshell-a7568e625617a10efd3a2d34a66dda4f0ace4f7c.tar.gz nullshell-a7568e625617a10efd3a2d34a66dda4f0ace4f7c.tar.zst |
release: add comment with file name to signatures
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,5 +48,5 @@ distclean: release: git archive --format=tar.xz --prefix=nullshell-$(VERSION)/ $(VERSION) > nullshell-$(VERSION).tar.xz - gpg -ab nullshell-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=nullshell-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment nullshell-$(VERSION).tar.xz nullshell-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=nullshell-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment nullshell-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |