--- koji-1.13.0/cli/koji.conf.fedoraconfig 2017-06-30 14:00:26.000000000 -0500 +++ koji-1.13.0/cli/koji.conf 2017-07-03 12:41:55.615758878 -0500 @@ -3,18 +3,23 @@ ;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 +; use the fast upload feature of koji by default +use_fast_upload = yes + ;configuration for Kerberos authentication +authtype = kerberos +krb_rdns = false ;the service name of the principal being used by the hub ;krbservice = host @@ -25,13 +30,6 @@ ;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 - -;enabled plugins for CLI, runroot and save_failed_tree are available -;plugins = +;enabled plugins for CLI, runroot is enabled by deafult for fedora +;save_failed_tree is available +plugins = runroot