[SCM] Samba Shared Repository - branch v4-4-test updated

Stefan Metzmacher metze at samba.org
Mon Sep 5 13:00:03 UTC 2016


The branch, v4-4-test has been updated
       via  28d8230 script/release.sh: use 8 byte gpg key ids
      from  1305ba6 libgpo: Correctly use the 'server' parameter after parsing it out of the GPO path.

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


- Log -----------------------------------------------------------------
commit 28d82306b720487ab93474171d91d318afff7b78
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Sep 2 08:47:56 2016 +0200

    script/release.sh: use 8 byte gpg key ids
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Fri Sep  2 22:05:33 CEST 2016 on sn-devel-144
    
    (cherry picked from commit e0ef054fa94b0dd56ec7bf92ffea0a6d7609da56)
    
    Autobuild-User(v4-4-test): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(v4-4-test): Mon Sep  5 14:59:12 CEST 2016 on sn-devel-144

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

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 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"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list