From 9ea9f165045f95b89116c6c6929647b65aa7a480 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 11 Jun 2015 18:08:19 +0000 Subject: [PATCH] Remove file, now rolled into a template. --- roles/koji_builder/files/arm-kojid.conf | 62 ------------------------- 1 file changed, 62 deletions(-) delete mode 100644 roles/koji_builder/files/arm-kojid.conf diff --git a/roles/koji_builder/files/arm-kojid.conf b/roles/koji_builder/files/arm-kojid.conf deleted file mode 100644 index c99e72ae74..0000000000 --- a/roles/koji_builder/files/arm-kojid.conf +++ /dev/null @@ -1,62 +0,0 @@ -[kojid] -; The number of seconds to sleep between tasks -; sleeptime=15 - -; The maximum number of jobs that kojid will handle at a time -; maxjobs=10 - -; The minimum amount of free space (in MBs) required for each build root -; minspace=8192 - -; The directory root where work data can be found from the koji hub -; topdir=/mnt/koji - -;url of package download site -topurl = http://armpkgs.fedoraproject.org/ - -; The directory root for temporary storage -; workdir=/tmp/koji - -; The directory root for mock -; mockdir=/var/lib/mock - -; The user to run as when doing builds -; mockuser=kojibuilder - -; The vendor to use in rpm headers -vendor=Fedora Project - -; The packager to use in rpm headers -packager=Fedora Project - -; the distribution to use in rpm headers -distribution=Fedora Project - -; The _host string to use in mock -mockhost=redhat-linux-gnu - -; The URL for the xmlrpc server -server=http://arm.koji.fedoraproject.org/kojihub - -; The URL for the packages tree -pkgurl=http://armpkgs.fedoraproject.org/packages - -; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes) -allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources git.fedorahosted.org:/git/spin-kickstarts.git:false - -; The mail host to use for sending email notifications -smtphost=bastion.phx2.fedoraproject.org - -; The From address used when sending email notifications -from_addr=Fedora Koji Build System - -;configuration for SSL athentication - -;client certificate - puppet generated -cert = /etc/kojid/kojibuilder.pem - -;certificate of the CA that issued the client certificate -ca = /etc/kojid/cacert.pem - -;certificate of the CA that issued the HTTP server certificate -serverca = /etc/kojid/cacert.pem