koji / hub / sidetag_plugin: enable plugin in prod also.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8315ba9108
commit
af6dcc6c3b
1 changed files with 1 additions and 8 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue