From b3c90dc4262d33872e64615964e5e0479cdb385f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 6 Jun 2018 14:46:43 +0200 Subject: release: write tar signature to git notes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dd5b706..fd13a48 100644 --- a/Makefile +++ b/Makefile @@ -81,3 +81,4 @@ distclean: release: git archive --format=tar.xz --prefix=pacredir-$(VERSION)/ $(VERSION) > pacredir-$(VERSION).tar.xz gpg -ab pacredir-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=pacredir-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) -- cgit v1.2.3-54-g00ecf