debian-koji/cli/koji.conf
Mike Bonnet 8b1f311482 new koji download-build command (patch provided by Dan Berrange)
koji.spec: require python-urlgrabber (needed by download-build)
cli/koji.conf: add new pkgurl option (needed by download-build)
2007-05-31 13:15:09 -04:00

26 lines
561 B
Text

[koji]
;configuration for koji cli tool
;url of XMLRPC server
;server = http://hub.example.com/kojihub
;url of web interface
;weburl = http://www.example.com/koji
;url of package download site
;pkgurl = http://www.example.com/packages
;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