From 81254e85707700125bacd3937f3d163f61c2efa5 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 29 Sep 2024 12:37:07 +1000 Subject: [PATCH] set koji-plugin-sign to disabled by default in conf --- plugins/koji-plugin-sign/sign.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/koji-plugin-sign/sign.conf b/plugins/koji-plugin-sign/sign.conf index eb6240d..f09d327 100644 --- a/plugins/koji-plugin-sign/sign.conf +++ b/plugins/koji-plugin-sign/sign.conf @@ -1,15 +1,15 @@ -# /etc/koji-sign-plugin/sign.conf +# /etc/koji-hub/plugins/sign.conf # This file and the gpg_path should be readable by the apache user only [DEFAULT] rpm = /bin/rpm gpgbin = /usr/bin/gpg -gpg_path = /etc/koji-sign-plugin/gnupg +gpg_path = /etc/koji-hub/plugins/gnupg gpg_name = kojiadmin@koozali.org gpg_pass = '' -enabled = 1 +enabled = 0 # Defaults can be overridden on a per tag basis -#[dist-sme12-os] +#[smeserver12] +#gpg_name = sme12@koozali.org +#[smecontribs12] #gpg_name = sme12@koozali.org -#gpg_pass = '' -