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:
Kevin Fenzi 2019-07-05 20:22:32 +00:00
parent 7b1f7310ab
commit 543eac44ed
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

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