|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf
|
|
|
|
|
--- koji-1.22.0.orig/cli/koji.conf 2020-07-28 01:17:32.000000000 -0700
|
|
|
|
|
+++ koji-1.22.0/cli/koji.conf 2020-08-02 12:30:01.798455037 -0700
|
|
|
|
|
@@ -4,17 +4,22 @@
|
|
|
|
|
diff --color -Nur koji-1.27.0.orig/cli/koji.conf koji-1.27.0/cli/koji.conf
|
|
|
|
|
--- koji-1.27.0.orig/cli/koji.conf 2021-11-18 02:28:38.000000000 -0800
|
|
|
|
|
+++ koji-1.27.0/cli/koji.conf 2021-11-18 13:33:55.468796788 -0800
|
|
|
|
|
@@ -4,12 +4,15 @@
|
|
|
|
|
|
|
|
|
|
;url of XMLRPC server
|
|
|
|
|
;server = http://hub.example.com/kojihub
|
|
|
|
@ -13,18 +13,20 @@ diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf
|
|
|
|
|
|
|
|
|
|
;url of package download site
|
|
|
|
|
;pkgurl = http://www.example.com/packages
|
|
|
|
|
+pkgurl = https://kojipkgs.fedoraproject.org/packages
|
|
|
|
|
|
|
|
|
|
;path to the koji top directory
|
|
|
|
|
;topdir = /mnt/koji
|
|
|
|
|
+topurl = https://kojipkgs.fedoraproject.org/
|
|
|
|
|
@@ -22,6 +25,8 @@
|
|
|
|
|
;the keytab to auth as for automated clients
|
|
|
|
|
;keytab = /etc/krb5.keytab
|
|
|
|
|
|
|
|
|
|
;configuration for Kerberos authentication
|
|
|
|
|
+; fedora uses kerberos auth
|
|
|
|
|
+authtype = kerberos
|
|
|
|
|
+krb_rdns = false
|
|
|
|
|
|
|
|
|
|
;the principal to auth as for automated clients
|
|
|
|
|
;principal = client@EXAMPLE.COM
|
|
|
|
|
@@ -39,9 +44,14 @@
|
|
|
|
|
;configuration for SSL authentication
|
|
|
|
|
|
|
|
|
|
@@ -39,6 +44,8 @@
|
|
|
|
|
;[not_implemented_yet]
|
|
|
|
|
;enabled plugins for CLI, runroot and save_failed_tree are available
|
|
|
|
|
;plugins =
|
|
|
|
@ -33,9 +35,10 @@ diff --color -Nur koji-1.22.0.orig/cli/koji.conf koji-1.22.0/cli/koji.conf
|
|
|
|
|
|
|
|
|
|
;timeout of XMLRPC requests by seconds, default: 60 * 60 * 12 = 43200
|
|
|
|
|
;timeout = 43200
|
|
|
|
|
@@ -48,3 +55,6 @@
|
|
|
|
|
|
|
|
|
|
;timeout of GSSAPI/SSL authentication by seconds, default: 60
|
|
|
|
|
;auth_timeout = 60
|
|
|
|
|
;enforcing CLI authentication even for anonymous calls
|
|
|
|
|
;force_auth = False
|
|
|
|
|
+
|
|
|
|
|
+; use the fast upload feature of koji by default
|
|
|
|
|
+use_fast_upload = yes
|
|
|
|
|