mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
set koji-plugin-sign to disabled by default in conf
This commit is contained in:
parent
0817613a55
commit
81254e8570
@ -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 = ''
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user