[SCM] Samba Shared Repository - branch v4-5-stable updated

Stefan Metzmacher metze at samba.org
Wed Oct 26 14:26:29 UTC 2016


The branch, v4-5-stable has been updated
       via  548e16c Revert "script/release.sh: use 8 byte gpg key ids"
      from  bc07150 VERSION: Disable git snapshots for the 4.5.1 release.

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-stable


- Log -----------------------------------------------------------------
commit 548e16ca617ca8d5ad2171907c2a2cc8bc15f85c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Oct 24 21:44:07 2016 +0200

    Revert "script/release.sh: use 8 byte gpg key ids"
    
    This reverts commit 181d05005e1e5887052887a58bb33a9adc98bd92.

-----------------------------------------------------------------------

Summary of changes:
 script/release.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/release.sh b/script/release.sh
index 769f742..7db4e53 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 ${GPG_KEYID}).  The source code can be downloaded"
+		echo "using GnuPG (ID 6568B7EA).  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 ${GPG_KEYID}).  The source code can be downloaded"
+		echo "using GnuPG (ID 6568B7EA).  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='4793916113084025'
+		GPG_KEYID='13084025'
 	}
 
 	productbase="${product}"
@@ -1071,7 +1071,7 @@ samba-rc)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='6568B7EA'
 	}
 
 	productbase="samba"
@@ -1092,7 +1092,7 @@ samba-stable)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='6568B7EA'
 	}
 
 	productbase="samba"
@@ -1114,7 +1114,7 @@ TODO-samba-security)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='6568B7EA'
 	}
 
 	productbase="samba"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list