image-builder: limit enabling osbuild plugin to staging koji builders
This commit is contained in:
parent
aeb695f2bc
commit
f1eb3029aa
1 changed files with 4 additions and 0 deletions
|
@ -154,7 +154,11 @@ keytab = /etc/kojid/kojid.keytab
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ plugins.append("rpmautospec_builder") }}
|
{{ plugins.append("rpmautospec_builder") }}
|
||||||
|
|
||||||
|
|
||||||
|
{% if env == "staging" %}
|
||||||
{{ plugins.append("osbuild") }}
|
{{ plugins.append("osbuild") }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
|
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
|
||||||
plugins = {{ plugins | join(" ") }}
|
plugins = {{ plugins | join(" ") }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue