Use 8byte gpg key ids in the release script

Stefan Metzmacher metze at samba.org
Fri Sep 2 07:05:27 UTC 2016


Hi,

can someone please push the attached patch?

Thanks!
metze
-------------- next part --------------
From 8e97bfa41c1ad6198b50f5c189221d5afb3095d1 Mon Sep 17 00:00:00 2001
From: Stefan Metzmacher <metze at samba.org>
Date: Fri, 2 Sep 2016 08:47:56 +0200
Subject: [PATCH] script/release.sh: use 8 byte gpg key ids

Signed-off-by: Stefan Metzmacher <metze at samba.org>
---
 script/release.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/script/release.sh b/script/release.sh
index 7db4e53..769f742 100755
--- a/script/release.sh
+++ b/script/release.sh
@@ -662,7 +662,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}"
@@ -845,7 +845,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}"
@@ -1052,7 +1052,7 @@ talloc | tdb | tevent | ldb)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='13084025'
+		GPG_KEYID='4793916113084025'
 	}
 
 	productbase="${product}"
@@ -1071,7 +1071,7 @@ samba-rc)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6568B7EA'
+		GPG_KEYID='6F33915B6568B7EA'
 	}
 
 	productbase="samba"
@@ -1092,7 +1092,7 @@ samba-stable)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6568B7EA'
+		GPG_KEYID='6F33915B6568B7EA'
 	}
 
 	productbase="samba"
@@ -1114,7 +1114,7 @@ TODO-samba-security)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6568B7EA'
+		GPG_KEYID='6F33915B6568B7EA'
 	}
 
 	productbase="samba"
-- 
1.9.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160902/cef2d8fa/signature.sig>


More information about the samba-technical mailing list