summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-02-12 22:17:03 -0400
committerDavid Bremner <david@tethera.net>2019-03-11 22:28:11 -0300
commitb8a8dbed91d16299a8768646fb6f18181f31ec40 (patch)
tree2fa8b456b684dd26708dd42960f323def3b9e403 /Makefile.global
parent152b6cac5d496aaad816d20d7b2286e9ac73207d (diff)
build: sign tarball instead of sha256sum
Adam Majer pointed out in [1] the way were signing releases was unusual. Neither Carl nor I could think of a good reason for explicitely signing the checksum (internally of course that's what GPG is going anyway). [1] mid:b3fd556d-c346-7af9-a7a2-13b0f3235071@suse.de
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index cae4c7d1..6e17494a 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -44,7 +44,7 @@ TAR_FILE=$(PACKAGE)-$(VERSION).tar.gz
ELPA_FILE:=$(PACKAGE)-emacs-$(ELPA_VERSION).tar
DEB_TAR_FILE=$(PACKAGE)_$(VERSION).orig.tar.gz
SHA256_FILE=$(TAR_FILE).sha256
-GPG_FILE=$(SHA256_FILE).asc
+GPG_FILE=$(TAR_FILE).asc
PV_FILE=bindings/python/notmuch/version.py