From 28ed43c5b563947f12014e254e7edb0075de2184 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 28 2024 14:59:49 +0000 Subject: [PATCH 1/2] Move to Fedora Linux 40 base Also switch to quay.io --- diff --git a/Dockerfile b/Dockerfile index 9734091..656c5f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:39 +FROM quay.io/fedora/fedora:40 # Get any latest updates since last container spin RUN dnf update -y From 1800b2bd6a281dd8b58d8a909b40e9e82ff4b77b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Apr 28 2024 15:03:31 +0000 Subject: [PATCH 2/2] Add Fedora 40 as a target --- diff --git a/archive_repo_manager.py b/archive_repo_manager.py index 97ea7ae..afaf9a8 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 = ['38', '39'] +TARGET_FEDORA_RELEASES = ['38', '39', '40'] # We are processing the org.fedoraproject.prod.bodhi.compose.complete topic diff --git a/run-archive-repo-update b/run-archive-repo-update index f03010b..be43b95 100755 --- a/run-archive-repo-update +++ b/run-archive-repo-update @@ -5,9 +5,9 @@ set -eu -o pipefail LOCAL_WORKDIR='/var/archive-repo-manager' PREVIOUS_RUNS_DATESTAMP_FILE=previous-run-datestamps.txt ARCHES="aarch64 ppc64le s390x x86_64" -declare -A SIGNINGKEYS=( [37]='5323552a' - [38]='eb10b464' - [39]='18b8e74c' ) +declare -A SIGNINGKEYS=( [38]='eb10b464' + [39]='18b8e74c' + [40]='a15b79cc' ) # A function to get the list of builds in the updates repo # at a given timestamp.