mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +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
|
||||
[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 = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user