From 1fcdf6bc6212fc667a193f693d09958bddb8703f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 1 May 2015 11:15:32 +0000 Subject: [PATCH] add ppc-koji.conf --- roles/koji_builder/files/ppc-koji.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/koji_builder/files/ppc-koji.conf diff --git a/roles/koji_builder/files/ppc-koji.conf b/roles/koji_builder/files/ppc-koji.conf new file mode 100644 index 0000000000..d36bf7641f --- /dev/null +++ b/roles/koji_builder/files/ppc-koji.conf @@ -0,0 +1,23 @@ +[koji] + +;configuration for koji cli tool + +;url of XMLRPC server +server = http://ppc.koji.fedoraproject.org/kojihub + +;url of web interface +weburl = http://ppc.koji.fedoraproject.org/koji + +;path to the koji top directory +;topdir = /mnt/koji + +;configuration for SSL athentication + +;client certificate +;cert = ~/.koji/client.crt + +;certificate of the CA that issued the client certificate +;ca = ~/.koji/clientca.crt + +;certificate of the CA that issued the HTTP server certificate +;serverca = ~/.koji/serverca.crt