add ppc-koji.conf
This commit is contained in:
parent
a9a8589688
commit
1fcdf6bc62
1 changed files with 23 additions and 0 deletions
23
roles/koji_builder/files/ppc-koji.conf
Normal file
23
roles/koji_builder/files/ppc-koji.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
[koji]
|
||||
|
||||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://ppc.koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://ppc.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
|
Loading…
Add table
Add a link
Reference in a new issue