Add BODHI_URL to pagure config

Part of an initiative to remove PDC calls.
Active branches are now checked from a call to bodhi, not to pdc.
Needed for the check in distgit - avoid pushing to EOL branches

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2023-12-21 10:51:34 +01:00
parent 829273bad8
commit f9d29c7b4b

View file

@ -114,6 +114,8 @@ ORACULUM_URL = "https://packager-dashboard{{ env_suffix }}.fedoraproject.org/api
SSH_KEYS_OPTIONS = 'restrict,command="/usr/libexec/pagure/aclchecker.py %(username)s"'
BODHI_URL = 'https://bodhi{{ env_suffix }}.fedoraproject.org/'
{% if env == 'staging' %}
GIT_AUTH_BACKEND = 'pagure'
SSH_KEYS_USERNAME_EXPECT = 'git'