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' when: env == 'staging'
with_items: with_items:
- python2-fedora-messaging - python2-fedora-messaging
- python2-koji-sidetag-plugin-hub
tags: tags:
- packages - packages
- koji_hub - koji_hub
- fedora-messaging - fedora-messaging
- python2-koji-sidetag-plugin-hub
- name: create the config folder for fedora-messaging - name: create the config folder for fedora-messaging
when: env == 'staging' when: env == 'staging'

View file

@ -76,7 +76,7 @@ DisableNotifications = True
#Plugins = koji-disable-builds-plugin #Plugins = koji-disable-builds-plugin
#Plugins = darkserver-plugin #Plugins = darkserver-plugin
{% if env == "staging" %} {% if env == "staging" %}
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo
{% else %} {% else %}
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo
{% endif %} {% endif %}