From: Stefan Metzmacher Date: Fri, 2 Sep 2016 06:47:56 +0000 (+0200) Subject: script/release.sh: use 8 byte gpg key ids X-Git-Tag: samba-4.3.12~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7280b2eec89ddda4558275139d88382fe7be2bb;p=thirdparty%2Fsamba.git script/release.sh: use 8 byte gpg key ids Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Sep 2 22:05:33 CEST 2016 on sn-devel-144 (cherry picked from commit e0ef054fa94b0dd56ec7bf92ffea0a6d7609da56) Autobuild-User(v4-3-test): Stefan Metzmacher Autobuild-Date(v4-3-test): Mon Sep 5 22:58:16 CEST 2016 on sn-devel-104 --- diff --git a/script/release.sh b/script/release.sh index e5d93a7d90a..da973b5085c 100755 --- a/script/release.sh +++ b/script/release.sh @@ -656,7 +656,7 @@ announcement_samba_rc() { echo "================" echo "" echo "The uncompressed tarballs and patch files have been signed" - echo "using GnuPG (ID 6568B7EA). The source code can be downloaded" + echo "using GnuPG (ID ${GPG_KEYID}). The source code can be downloaded" echo "from:" echo "" echo " ${download_url}" @@ -805,7 +805,7 @@ announcement_samba_stable() { echo "================" echo "" echo "The uncompressed tarballs and patch files have been signed" - echo "using GnuPG (ID 6568B7EA). The source code can be downloaded" + echo "using GnuPG (ID ${GPG_KEYID}). The source code can be downloaded" echo "from:" echo "" echo " ${release_url}" @@ -1012,7 +1012,7 @@ talloc | tdb | tevent | ldb) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='13084025' + GPG_KEYID='4793916113084025' } productbase="${product}" @@ -1031,7 +1031,7 @@ samba-rc) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6568B7EA' + GPG_KEYID='6F33915B6568B7EA' } productbase="samba" @@ -1052,7 +1052,7 @@ samba-stable) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6568B7EA' + GPG_KEYID='6F33915B6568B7EA' } productbase="samba" @@ -1074,7 +1074,7 @@ TODO-samba-security) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6568B7EA' + GPG_KEYID='6F33915B6568B7EA' } productbase="samba"