diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-14 10:15:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-14 10:15:38 +0200 |
commit | 331316e8ee05840bb23333f065466455e8d8ffb3 (patch) | |
tree | 05d6ff66c9372d2c2a4a3b40db8ef9679773ee10 /Makefile | |
parent | fbb1a580561b91c372ec4108ae5348223dcdbe9b (diff) | |
download | cqrlogo-331316e8ee05840bb23333f065466455e8d8ffb3.tar.gz cqrlogo-331316e8ee05840bb23333f065466455e8d8ffb3.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
@@ -307,5 +307,5 @@ distclean: release: git archive --format=tar.xz --prefix=cqrlogo-$(VERSION)/ $(VERSION) > cqrlogo-$(VERSION).tar.xz - gpg -ab cqrlogo-$(VERSION).tar.xz - git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=cqrlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) + gpg --armor --detach-sign --comment cqrlogo-$(VERSION).tar.xz cqrlogo-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=cqrlogo-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign --comment cqrlogo-$(VERSION).tar | git hash-object -w --stdin) $(VERSION) |