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 %}
|
{% 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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue