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

42 lines
1.2 KiB

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 @@
;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
;path to the koji top directory
;topdir = /mnt/koji
+topurl = https://kojipkgs.fedoraproject.org/
;configuration for Kerberos authentication
+authtype = kerberos
+krb_rdns = false
;the principal to auth as for automated clients
;principal = client@EXAMPLE.COM
@@ -39,9 +44,14 @@
;[not_implemented_yet]
;enabled plugins for CLI, runroot and save_failed_tree are available
;plugins =
+; runroot plugin is enabled by default in fedora
+plugins = runroot
;timeout of XMLRPC requests by seconds, default: 60 * 60 * 12 = 43200
;timeout = 43200
;timeout of GSSAPI/SSL authentication by seconds, default: 60
;auth_timeout = 60
+
+; use the fast upload feature of koji by default
+use_fast_upload = yes