From: Karolin Seeger Date: Tue, 22 Dec 2020 08:35:58 +0000 (+0100) Subject: script/release.sh: Use new GPG key. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b0dfb0f0b196ea1fa2fc107880924a3183e51c;p=thirdparty%2Fsamba.git script/release.sh: Use new GPG key. Signed-off-by: Karolin Seeger (cherry picked from commit 2f6cea063ddf52d77037644d612bbc209837e707) --- diff --git a/script/release.sh b/script/release.sh index 507d5931a6a..fd7e9736416 100755 --- a/script/release.sh +++ b/script/release.sh @@ -1053,7 +1053,7 @@ samba-rc) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6F33915B6568B7EA' + GPG_KEYID='AA99442FB680B620' } productbase="samba" @@ -1074,7 +1074,7 @@ samba-stable) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6F33915B6568B7EA' + GPG_KEYID='AA99442FB680B620' } productbase="samba" @@ -1096,7 +1096,7 @@ TODO-samba-security) } test -z "${GPG_KEYID-}" && { - GPG_KEYID='6F33915B6568B7EA' + GPG_KEYID='AA99442FB680B620' } productbase="samba"