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

40 lines
1.1 KiB

diff -up koji-1.11.0/cli/koji.conf.clientconf koji-1.11.0/cli/koji.conf
--- koji-1.11.0/cli/koji.conf.clientconf 2017-01-08 12:35:51.681832856 +0100
+++ koji-1.11.0/cli/koji.conf 2017-01-08 12:37:14.388829788 +0100
@@ -3,18 +3,20 @@
;configuration for koji cli tool
;url of XMLRPC server
-;server = http://hub.example.com/kojihub
+server = https://koji.fedoraproject.org/kojihub
;url of web interface
-;weburl = http://www.example.com/koji
+weburl = https://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
;configuration for Kerberos authentication
+authtype = kerberos
+krb_rdns = false
;the service name of the principal being used by the hub
;krbservice = host
@@ -24,11 +26,3 @@
;the keytab to auth as for automated clients
;keytab = /etc/krb5.keytab
-
-;configuration for SSL authentication
-
-;client certificate
-;cert = ~/.koji/client.crt
-
-;certificate of the CA that issued the HTTP server certificate
-;serverca = ~/.koji/serverca.crt