From decdf95bf2dd328141937651d0e59e506f937df7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 31 May 2018 21:23:21 +0200 Subject: release: write tar signature to git notes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 904a68c..bcd1fcb 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,4 @@ clean: release: git archive --format=tar.xz --prefix=pacman-offline-$(VERSION)/ $(VERSION) > pacman-offline-$(VERSION).tar.xz gpg -ab pacman-offline-$(VERSION).tar.xz + git notes --ref=refs/notes/signatures/tar add -C $$(git archive --format=tar --prefix=pacman-offline-$(VERSION)/ $(VERSION) | gpg --armor --detach-sign | git hash-object -w --stdin) $(VERSION) -- cgit v1.2.3-54-g00ecf