Remove file, now rolled into a template.
This commit is contained in:
parent
51c7268248
commit
9ea9f16504
1 changed files with 0 additions and 62 deletions
|
@ -1,62 +0,0 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue