[toddlers] Add bodhi URL to configuration

Bodhi URL is now needed for the rewritten clean_retired_packages toddlers.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-07-26 19:05:57 +02:00
parent 2f8622c395
commit 0c0fe5d7e0

View file

@ -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" %}