koji / hub / sidetag_plugin: enable plugin in prod also.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-02 22:27:51 +00:00 committed by Pierre-Yves Chibon
parent 8315ba9108
commit af6dcc6c3b

View file

@ -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 %}