[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:
parent
2f8622c395
commit
0c0fe5d7e0
1 changed files with 3 additions and 0 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue