From: Willem Toorop Date: Wed, 30 Nov 2016 10:47:41 +0000 (+0100) Subject: Also create pgp signature on dists X-Git-Tag: release-1.7.0-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a9f82561311f3a15b11a7dbb032acb3555cb76;p=thirdparty%2Fldns.git Also create pgp signature on dists --- 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"