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