From 4ac0bfac91938fea0194e652f95e14d99689af2f Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 15 Aug 2024 19:32:34 +0200 Subject: [PATCH] koji: Remove rpmautospec_builder plugin in stg Signed-off-by: Nils Philippsen --- roles/koji_builder/templates/kojid.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 2504ce2bc2..ad9a2b9e38 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -112,7 +112,9 @@ keytab = /etc/kojid/kojid.keytab {{ plugins.append("builder_containerbuild") }} {% endif %} +{% if env != 'staging' %} {{ plugins.append("rpmautospec_builder") }} +{%endif} {{ plugins.append("osbuild") }}