diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-06 14:33:24 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-06 14:33:24 +0200 |
commit | 22aa29e00bb08bb2455079d2a98ea4b801325313 (patch) | |
tree | 1c67d478e8b1c9653aa0c83c0fb8c30f0043a839 | |
parent | 3329d736ae72ab33375620dbca561ce85b30649b (diff) | |
download | cqrlogo-22aa29e00bb08bb2455079d2a98ea4b801325313.tar.gz cqrlogo-22aa29e00bb08bb2455079d2a98ea4b801325313.tar.zst |
release: write tar signature to git notes
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -308,3 +308,4 @@ 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) |