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:
parent
829273bad8
commit
f9d29c7b4b
1 changed files with 2 additions and 0 deletions
|
@ -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"'
|
SSH_KEYS_OPTIONS = 'restrict,command="/usr/libexec/pagure/aclchecker.py %(username)s"'
|
||||||
|
|
||||||
|
BODHI_URL = 'https://bodhi{{ env_suffix }}.fedoraproject.org/'
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
GIT_AUTH_BACKEND = 'pagure'
|
GIT_AUTH_BACKEND = 'pagure'
|
||||||
SSH_KEYS_USERNAME_EXPECT = 'git'
|
SSH_KEYS_USERNAME_EXPECT = 'git'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue