1c2e230
diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf
1c2e230
--- koji-1.27.0.orig/cli/koji.conf	2021-11-18 02:28:38.000000000 -0800
1c2e230
+++ koji-1.27.0/cli/koji.conf	2021-11-18 13:33:55.468796788 -0800
1c2e230
@@ -4,12 +4,15 @@
a358def
 
a358def
 ;url of XMLRPC server
6482305
 ;server = http://hub.example.com/kojihub
be89d25
+server = https://koji.fedoraproject.org/kojihub
a358def
 
a358def
 ;url of web interface
6482305
 ;weburl = http://www.example.com/koji
be89d25
+weburl = https://koji.fedoraproject.org/koji
a358def
 
a358def
 ;url of package download site
6482305
 ;pkgurl = http://www.example.com/packages
10cb341
+topurl = https://kojipkgs.fedoraproject.org
a358def
 
a358def
 ;path to the koji top directory
bd91f98
 ;topdir = /mnt/koji
1c2e230
@@ -22,6 +25,8 @@
1c2e230
 ;the keytab to auth as for automated clients
1c2e230
 ;keytab = /etc/krb5.keytab
79aa943
 
1c2e230
+; fedora uses kerberos auth
be89d25
+authtype = kerberos
2b4b9af
 
1c2e230
 ;configuration for SSL authentication
1c2e230
 
1c2e230
@@ -39,6 +44,8 @@
6482305
 ;[not_implemented_yet]
6482305
 ;enabled plugins for CLI, runroot and save_failed_tree are available
6482305
 ;plugins =
6482305
+; runroot plugin is enabled by default in fedora
734acdb
+plugins = runroot
b972d16
 
b972d16
 ;timeout of XMLRPC requests by seconds, default: 60 * 60 * 12 = 43200
b972d16
 ;timeout = 43200
1c2e230
@@ -48,3 +55,6 @@
6482305
 
1c2e230
 ;enforcing CLI authentication even for anonymous calls
1c2e230
 ;force_auth = False
6482305
+
6482305
+; use the fast upload feature of koji by default
6482305
+use_fast_upload = yes