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.
58 lines
1.4 KiB
58 lines
1.4 KiB
From 895f7262039233b0fe27d867d5cdf401a6d3c3b9 Mon Sep 17 00:00:00 2001
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
Date: Mon, 16 Oct 2023 10:02:39 +0300
|
|
Subject: [PATCH] msvsphere config
|
|
|
|
---
|
|
cli/koji.conf | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/cli/koji.conf b/cli/koji.conf
|
|
index 331751d..fad50df 100644
|
|
--- a/cli/koji.conf
|
|
+++ b/cli/koji.conf
|
|
@@ -4,12 +4,15 @@
|
|
|
|
;url of XMLRPC server
|
|
;server = http://hub.example.com/kojihub
|
|
+server = https://koji.inferitos.ru/kojihub
|
|
|
|
;url of web interface
|
|
;weburl = http://www.example.com/koji
|
|
+weburl = https://koji.inferitos.ru/koji/
|
|
|
|
;url of package download site
|
|
;pkgurl = http://www.example.com/packages
|
|
+topurl = https://koji.inferitos.ru/kojifiles/packages/
|
|
|
|
;path to the koji top directory
|
|
;topdir = /mnt/koji
|
|
@@ -22,6 +25,8 @@
|
|
;the keytab to auth as for automated clients
|
|
;keytab = /etc/krb5.keytab
|
|
|
|
+; fedora uses kerberos auth
|
|
+authtype = kerberos
|
|
|
|
;configuration for SSL authentication
|
|
|
|
@@ -39,6 +44,8 @@
|
|
;[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
|
|
@@ -48,3 +55,6 @@
|
|
|
|
;enforcing CLI authentication even for anonymous calls
|
|
;force_auth = False
|
|
+
|
|
+; use the fast upload feature of koji by default
|
|
+use_fast_upload = yes
|
|
--
|
|
2.39.3
|
|
|