set koji-containerbuild plugin name properly -> builder_containerbuild
This commit is contained in:
parent
c4952e355d
commit
6df9cc15e0
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ serverca = /etc/kojid/cacert.pem
|
|||
{% if 'runroot' in group_names %}
|
||||
; Config for it lives in /etc/kojid/runroot.conf
|
||||
{% if env == 'staging' %}
|
||||
plugins = runroot builder_container
|
||||
plugins = runroot builder_containerbuild
|
||||
{% else %}
|
||||
plugins = runroot
|
||||
{% endif %}
|
||||
|
@ -85,7 +85,7 @@ pluginpath = /usr/lib/koji-hub-plugins
|
|||
{% else %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
plugins = builder_container
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue