bodhi: Change pagure_flatpak_namespace to flatpaks (staging)
This makes Bodhi look for a Flaptak in flatpaks/* in pagure when looking up ACLs, rather than the (compatibility) default 'modules/
This commit is contained in:
parent
76197fc4d0
commit
28bd35410b
1 changed files with 7 additions and 0 deletions
|
@ -467,6 +467,13 @@ acl_system = pagure
|
|||
# pagure_url = https://src.fedoraproject.org/pagure/
|
||||
pagure_url = https://src{{env_suffix}}.fedoraproject.org/
|
||||
|
||||
# This is the namespace where we expect to find the git sources for a Flatpak.
|
||||
# The default - 'modules' instead of 'flatpaks' - is for backward compatibility
|
||||
# pagure_flatpak_namespace = modules
|
||||
{% if env == 'staging' %}
|
||||
pagure_flatpak_namespace = flatpaks
|
||||
{% endif %}
|
||||
|
||||
##
|
||||
## Product Definition Center (PDC)
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue