From 0c0fe5d7e09ac91f49b0df02ad11d05fc0d27af1 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 26 Jul 2024 19:05:57 +0200 Subject: [PATCH] [toddlers] Add bodhi URL to configuration Bodhi URL is now needed for the rewritten clean_retired_packages toddlers. Signed-off-by: Michal Konecny --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 2db60fcd22..09dc8078b4 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -114,6 +114,9 @@ koji_url = "https://koji{{ env_suffix }}.fedoraproject.org" # Base URL for the Koji package db kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org" +# Base URL for Bodhi +bodhi_url = "https://bodhi{{ env_suffix }}.fedoraproject.org" + # Account to use to connect to Pagure-as-dist-git dist_git_url = "https://src{{ env_suffix }}.fedoraproject.org" {% if env == "staging" %}