23 lines
508 B
Text
23 lines
508 B
Text
[koji]
|
|
|
|
;configuration for koji cli tool
|
|
|
|
;url of XMLRPC server
|
|
server = http://arm.koji.fedoraproject.org/kojihub
|
|
|
|
;url of web interface
|
|
weburl = http://arm.koji.fedoraproject.org/koji
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
|
|
;configuration for SSL athentication
|
|
|
|
;client certificate
|
|
;cert = ~/.koji/client.crt
|
|
|
|
;certificate of the CA that issued the client certificate
|
|
;ca = ~/.koji/clientca.crt
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
;serverca = ~/.koji/serverca.crt
|