From 202f8c7890ca14fdd8c9cf7e6f767d488c84e34a Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Oct 30 2021 19:51:28 +0000 Subject: Add f35 signing key to list of signing keys --- diff --git a/run-archive-repo-update b/run-archive-repo-update index 7508e0f..bd584e1 100755 --- a/run-archive-repo-update +++ b/run-archive-repo-update @@ -5,10 +5,9 @@ set -eu -o pipefail LOCAL_WORKDIR='/var/archive-repo-manager' PREVIOUS_RUNS_DATESTAMP_FILE=previous-run-datestamps.txt ARCHES="aarch64 armhfp ppc64le s390x x86_64" -declare -A SIGNINGKEYS=( [31]='3c3359c4' - [32]='12c944d0' - [33]='9570ff31' - [34]='45719a39' ) +declare -A SIGNINGKEYS=( [33]='9570ff31' + [34]='45719a39' + [35]='9867c58f' ) # A function to get the list of builds in the updates repo # at a given timestamp.