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.
koji/fedora-config.patch

35 lines
981 B

--- koji-1.7.0/cli/koji.conf.orig 2012-05-31 14:05:43.000000000 -0500
+++ koji-1.7.0/cli/koji.conf 2012-06-01 10:50:12.000000000 -0500
@@ -3,13 +3,13 @@
;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
+topurl = https://kojipkgs.fedoraproject.org/
;path to the koji top directory
;topdir = /mnt/koji
@@ -22,10 +22,11 @@
15 years ago
;configuration for SSL authentication
;client certificate
-;cert = ~/.koji/client.crt
+cert = ~/.fedora.cert
;certificate of the CA that issued the client certificate
-;ca = ~/.koji/clientca.crt
15 years ago
+ca = ~/.fedora-server-ca.cert
;certificate of the CA that issued the HTTP server certificate
-;serverca = ~/.koji/serverca.crt
+serverca = ~/.fedora-server-ca.cert
+