From 42a9f82561311f3a15b11a7dbb032acb3555cb76 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 30 Nov 2016 11:47:41 +0100 Subject: [PATCH] Also create pgp signature on dists --- makedist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/makedist.sh b/makedist.sh index f958c626..545b8ee3 100755 --- a/makedist.sh +++ b/makedist.sh @@ -248,6 +248,7 @@ case $OSTYPE in ;; esac echo $sha > ldns-$version.tar.gz.sha1 +gpg --armor --detach-sig ldns-$version.tar.gz info "LDNS distribution created successfully." info "SHA1sum: $sha" -- 2.47.3