You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
983 B
35 lines
983 B
18 years ago
|
--- koji-1.2.2/cli/koji.conf.orig 2007-06-05 15:28:12.751753000 -0400
|
||
|
+++ koji-1.2.2/cli/koji.conf 2007-06-05 15:30:48.710640000 -0400
|
||
|
@@ -3,24 +3,24 @@
|
||
|
;configuration for koji cli tool
|
||
|
|
||
|
;url of XMLRPC server
|
||
|
-;server = http://hub.example.com/kojihub
|
||
|
+server = http://koji.fedoraproject.org/kojihub
|
||
|
|
||
|
;url of web interface
|
||
|
-;weburl = http://www.example.com/koji
|
||
|
+weburl = http://koji.fedoraproject.org/koji
|
||
|
|
||
|
;url of package download site
|
||
|
-;pkgurl = http://www.example.com/packages
|
||
|
+pkgurl = http://koji.fedoraproject.org/packages
|
||
|
|
||
|
;path to the koji top directory
|
||
|
-;topdir = /mnt/koji
|
||
|
+topdir = /mnt/koji
|
||
|
|
||
|
;configuration for SSL athentication
|
||
|
|
||
|
;client certificate
|
||
|
-;cert = ~/.koji/client.crt
|
||
|
+cert = ~/.fedora.cert
|
||
|
|
||
|
;certificate of the CA that issued the client certificate
|
||
|
-;ca = ~/.koji/clientca.crt
|
||
|
+ca = ~/.fedora-upload-ca.cert
|
||
|
|
||
|
;certificate of the CA that issued the HTTP server certificate
|
||
|
-;serverca = ~/.koji/serverca.crt
|
||
|
+serverca = ~/.fedora-server-ca.cert
|