27 lines
584 B
Text
27 lines
584 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
|
|
|
|
;url of package download site
|
|
topurl = http://armpkgs.fedoraproject.org/
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
|
|
;configuration for SSL athentication
|
|
|
|
;client certificate
|
|
cert = ~/.fedora.cert
|
|
|
|
;certificate of the CA that issued the client certificate
|
|
ca = ~/.fedora-upload-ca.cert
|
|
|
|
;certificate of the CA that issued the HTTP server certificate
|
|
serverca = ~/.fedora-server-ca.cert
|
|
|