From 17562a8c2361d842f48643914f88704d931dbcd4 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jun 27 2024 02:22:04 +0000 Subject: Drop Fedora 38 as a target It's EOL now. --- diff --git a/archive_repo_manager.py b/archive_repo_manager.py index afaf9a8..eb15eb0 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', '40'] +TARGET_FEDORA_RELEASES = ['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 be43b95..858cf7c 100755 --- a/run-archive-repo-update +++ b/run-archive-repo-update @@ -5,8 +5,7 @@ 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=( [38]='eb10b464' - [39]='18b8e74c' +declare -A SIGNINGKEYS=( [39]='18b8e74c' [40]='a15b79cc' ) # A function to get the list of builds in the updates repo