From a4f9ac9aeaaf9388a214d651e9022aa73b5c20c9 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot <groot@kde.org> Date: Tue, 23 Jun 2020 17:17:45 +0200 Subject: [PATCH] CI: update signing key The signing key expired some time ago, and while I made a new signing key, there's no indication that a different key is being used. Update the ID for future signatures. --- ci/RELEASE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh index ed1669ef7..69aaec0be 100755 --- a/ci/RELEASE.sh +++ b/ci/RELEASE.sh @@ -119,7 +119,7 @@ test -n "$V" || { echo "Could not obtain version in $BUILDDIR." ; exit 1 ; } # # This is the signing key ID associated with the GitHub account adriaandegroot, # which is used to create all "verified" tags in the Calamares repo. -KEY_ID="128F00873E05AF1D" +KEY_ID="61A7D26277E4D0DB" git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; } ### Create the tarball