From 0c0fe5d7e09ac91f49b0df02ad11d05fc0d27af1 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Jul 26 2024 17:10:39 +0000 Subject: [toddlers] Add bodhi URL to configuration Bodhi URL is now needed for the rewritten clean_retired_packages toddlers. Signed-off-by: Michal Konecny --- diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 2db60fc..09dc807 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" %}