set koji-plugin-sign to disabled by default in conf

This commit is contained in:
Trevor Batley 2024-09-29 12:37:07 +10:00
parent 0817613a55
commit 81254e8570

View File

@ -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 # This file and the gpg_path should be readable by the apache user only
[DEFAULT] [DEFAULT]
rpm = /bin/rpm rpm = /bin/rpm
gpgbin = /usr/bin/gpg gpgbin = /usr/bin/gpg
gpg_path = /etc/koji-sign-plugin/gnupg gpg_path = /etc/koji-hub/plugins/gnupg
gpg_name = kojiadmin@koozali.org gpg_name = kojiadmin@koozali.org
gpg_pass = '' gpg_pass = ''
enabled = 1 enabled = 0
# Defaults can be overridden on a per tag basis # 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_name = sme12@koozali.org
#gpg_pass = ''