mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
[kojid]
|
|
; The number of seconds to sleep between tasks
|
|
; sleeptime=15
|
|
|
|
; The maximum number of jobs that kojid will handle at a time
|
|
; maxjobs=10
|
|
|
|
; The minimum amount of free space (in MBs) required for each build root
|
|
; minspace=8192
|
|
|
|
; The directory root where work data can be found from the koji hub
|
|
; topdir=/mnt/koji
|
|
|
|
;url of package download site
|
|
topurl = http://armpkgs.fedoraproject.org/
|
|
|
|
; The directory root for temporary storage
|
|
; workdir=/tmp/koji
|
|
|
|
; The directory root for mock
|
|
; mockdir=/var/lib/mock
|
|
|
|
; The user to run as when doing builds
|
|
; mockuser=kojibuilder
|
|
|
|
; The vendor to use in rpm headers
|
|
vendor=Fedora Project
|
|
|
|
; The packager to use in rpm headers
|
|
packager=Fedora Project
|
|
|
|
; the distribution to use in rpm headers
|
|
distribution=Fedora Project
|
|
|
|
; The _host string to use in mock
|
|
mockhost=redhat-linux-gnu
|
|
|
|
; The URL for the xmlrpc server
|
|
server=http://arm.koji.fedoraproject.org/kojihub
|
|
|
|
; The URL for the packages tree
|
|
pkgurl=http://armpkgs.fedoraproject.org/packages
|
|
|
|
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
|
allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources git.fedorahosted.org:/git/spin-kickstarts.git:false
|
|
|
|
; The mail host to use for sending email notifications
|
|
smtphost=bastion.phx2.fedoraproject.org
|
|
|
|
; The From address used when sending email notifications
|
|
from_addr=Fedora Koji Build System <buildsys@fedoraproject.org>
|
|
|
|
;configuration for SSL athentication
|
|
|
|
;client certificate - puppet generated
|
|
cert = /etc/kojid/kojibuilder.pem
|
|
|
|
;certificate of the CA that issued the client certificate
|
|
ca = /etc/kojid/cacert.pem
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
serverca = /etc/kojid/cacert.pem
|