From 57a6f4ed066fb6ffcf9bcb1bc387f0beac71936d Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Aug 16 2024 02:53:34 +0000 Subject: add f41 as a target --- diff --git a/archive_repo_manager.py b/archive_repo_manager.py index eb15eb0..d62e87c 100755 --- a/archive_repo_manager.py +++ b/archive_repo_manager.py @@ -11,7 +11,7 @@ logger = logging.getLogger(__name__) logger.setLevel(logging.INFO) ARCHIVE_REPO_MOUNT_POINT = '/mnt/bucket/' -TARGET_FEDORA_RELEASES = ['39', '40'] +TARGET_FEDORA_RELEASES = ['39', '40', '41'] # We are processing the org.fedoraproject.prod.bodhi.compose.complete topic diff --git a/run-archive-repo-update b/run-archive-repo-update index 858cf7c..f464d9d 100755 --- a/run-archive-repo-update +++ b/run-archive-repo-update @@ -6,7 +6,8 @@ LOCAL_WORKDIR='/var/archive-repo-manager' PREVIOUS_RUNS_DATESTAMP_FILE=previous-run-datestamps.txt ARCHES="aarch64 ppc64le s390x x86_64" declare -A SIGNINGKEYS=( [39]='18b8e74c' - [40]='a15b79cc' ) + [40]='a15b79cc' + [41]='e99d6ad1' ) # A function to get the list of builds in the updates repo # at a given timestamp.