set koji-containerbuild plugin name properly -> builder_containerbuild

This commit is contained in:
Adam Miller 2016-03-03 23:36:39 +00:00
parent c4952e355d
commit 6df9cc15e0

View file

@ -73,7 +73,7 @@ serverca = /etc/kojid/cacert.pem
{% if 'runroot' in group_names %} {% if 'runroot' in group_names %}
; Config for it lives in /etc/kojid/runroot.conf ; Config for it lives in /etc/kojid/runroot.conf
{% if env == 'staging' %} {% if env == 'staging' %}
plugins = runroot builder_container plugins = runroot builder_containerbuild
{% else %} {% else %}
plugins = runroot plugins = runroot
{% endif %} {% endif %}
@ -85,7 +85,7 @@ pluginpath = /usr/lib/koji-hub-plugins
{% else %} {% else %}
{% if env == 'staging' %} {% if env == 'staging' %}
plugins = builder_container plugins = builder_containerbuild
{% else %} {% else %}
plugins = plugins =
{% endif %} {% endif %}