From 3e4a64700a27c2de6b302a2c4a135a42ba3e402a Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 12 Dec 2024 09:54:32 +0100 Subject: [PATCH] scripts: update Roasbeef's key ID in verify-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was overlooked in #1229. We're updating to the parent key ID A5B61896952D9FDA83BC054CDC42612E89237182. cat scripts/keys/roasbeef.asc| gpg --with-colons --import-options show-only --import                                                                   ─╯ pub:-:255:22:DC42612E89237182:1729552568:::-:::scESCA:::::ed25519:::0: fpr:::::::::A5B61896952D9FDA83BC054CDC42612E89237182: uid:-::::1729552794::8D805FB762825ECBDA00EB0AF5FEDF76DE288546::Olaoluwa Osuntokun ::::::::::0: sub:-:255:18:19E88A946BEF6D65:1729552568:1761088568:::::e:::::cv25519:: fpr:::::::::70206BBE2C0A81EC381A212C19E88A946BEF6D65: sub:-:255:22:966072F65DF1D016:1729552672:1761088672:::::a:::::ed25519:: fpr:::::::::98E3632DC026406855001E22966072F65DF1D016: sub:-:255:22:90525F7DEEE0AD86:1729552758:1761088758:::::s:::::ed25519:: fpr:::::::::296212681AADF05656A2CDEE90525F7DEEE0AD86: --- scripts/verify-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-install.sh b/scripts/verify-install.sh index f1f1e7318..218ebe847 100755 --- a/scripts/verify-install.sh +++ b/scripts/verify-install.sh @@ -19,7 +19,7 @@ MIN_REQUIRED_SIGNATURES=5 # NOTE: Reviewers of this file must make sure that both the key IDs and # usernames in the list below are unique! KEYS=() -KEYS+=("E4D85299674B2D31FAA1892E372CBD7633C61696 roasbeef") +KEYS+=("A5B61896952D9FDA83BC054CDC42612E89237182 roasbeef") KEYS+=("F4FC70F07310028424EFC20A8E4256593F177720 guggero") KEYS+=("6D664242E706635868EB0C67D55307DC71F37212 jharveyb") KEYS+=("7D85EF2052C86F6F81D2C59112BF5261A78AFF3D georgetsagk")