mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
koji / hub / sidetag_plugin: enable plugin in prod also.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
8315ba9108
commit
af6dcc6c3b
@@ -75,12 +75,7 @@ DisableNotifications = True
|
||||
|
||||
#Plugins = koji-disable-builds-plugin
|
||||
#Plugins = darkserver-plugin
|
||||
{% if env == "staging" %}
|
||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub
|
||||
{% else %}
|
||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo
|
||||
{% endif %}
|
||||
|
||||
|
||||
[policy]
|
||||
|
||||
@@ -165,10 +160,8 @@ package_list =
|
||||
# Catch-all rule.
|
||||
all :: deny
|
||||
|
||||
{% if env == "staging" %}
|
||||
sidetag =
|
||||
tag f32-build :: allow
|
||||
tag f31-build :: allow
|
||||
tag f30-build :: allow
|
||||
tag f29-build :: allow
|
||||
all :: deny
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user