kojid / koji_hub: enable kiwi plugin

We need to still setup a bug tag and target for this (which needs old
mock chroot) and a group, but this enables the plugin and allows us to
download blueprints.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-21 13:03:10 -08:00
parent d71e164326
commit bafa98897a
2 changed files with 2 additions and 3 deletions

View file

@ -120,9 +120,7 @@ keytab = /etc/kojid/kojid.keytab
{{ plugins.append("flatpak") }}
{% if env == 'staging' %}
{{ plugins.append("kiwi") }}
{% endif %}
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
plugins = {{ plugins | join(" ") }}

View file

@ -90,7 +90,7 @@ MissingPolicyOk = False
{% if env == "staging" %}
Plugins = osbuild koji-fedoramessaging runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree flatpak kiwi
{% else %}
Plugins = osbuild koji-fedoramessaging runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree flatpak
Plugins = osbuild koji-fedoramessaging runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree flatpak kiwi
{% endif %}
[policy]
@ -246,6 +246,7 @@ build_from_scm =
bool scratch :: allow
match scm_repository /fedora-kickstarts.git :: allow
match scm_repository /fork/*/fedora-kickstarts.git :: allow
match scm_repository /fedora-kiwi-descriptions :: allow
}
all :: deny
{% endif %}