koji_hub / staging: disable sidetag plugin for now as it won't load. Fix install of correct package.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7b1f7310ab
commit
543eac44ed
2 changed files with 2 additions and 2 deletions
|
@ -104,11 +104,11 @@
|
|||
when: env == 'staging'
|
||||
with_items:
|
||||
- python2-fedora-messaging
|
||||
- python2-koji-sidetag-plugin-hub
|
||||
tags:
|
||||
- packages
|
||||
- koji_hub
|
||||
- fedora-messaging
|
||||
- python2-koji-sidetag-plugin-hub
|
||||
|
||||
- name: create the config folder for fedora-messaging
|
||||
when: env == 'staging'
|
||||
|
|
|
@ -76,7 +76,7 @@ DisableNotifications = True
|
|||
#Plugins = koji-disable-builds-plugin
|
||||
#Plugins = darkserver-plugin
|
||||
{% if env == "staging" %}
|
||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag
|
||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo
|
||||
{% else %}
|
||||
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue