X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=config%2Fbuilder.conf;fp=config%2Fbuilder.conf;h=0000000000000000000000000000000000000000;hb=92949e17161a53bfb4a60099e22b58ad63abce4c;hp=a999c01ea3cb4aaee8446bc8a7b455d3984ceb52;hpb=31722b4deb579cd93f6b41fee18980a715b275c2;p=tld-builder.git diff --git a/config/builder.conf b/config/builder.conf deleted file mode 100644 index a999c01..0000000 --- a/config/builder.conf +++ /dev/null @@ -1,77 +0,0 @@ -[all] -# Builder email (put in From: field when this builder is sending mails). -email = builder-src@tld-linux.org - -# Admin's email (she gets mails about errors and such). -admin_email = ti-admins@tld-linux.org - -# To be placed in Cc: of status and error reports (a mailing list usually). -builder_list = - -# List of binary builders. This thing must be present on both src and bin -# builders. -binary_builders = ti-i686 ti-x86_64 - -# Name of the src builder (this field is ignored on binary builders). -src_builder = ti-src - -# Logs always go to spool/log, if you want syslog in addition, -# specify facility here (user or local0-7 is the best choice probably). -# If you don't want syslog, leave it empty. -syslog = - -# Wrapper command for sudo chroot (used eg on sparc). -#sudo_chroot_wrapper = sparc32 -sudo_chroot_wrapper = - -# Keep rpms in /spools/ready inside chroots for how long (in hours). -max_keep_time = 168 - -# Send '*.uploadinfo' files along with built rpms (used by tld-ftp-admin), but -# probably not usefull for small, 'personal' builders. [yes/no] -gen_upinfo = yes - -# CIA bot (see cia.navi.cx). -#bot_email = cia@tld-linux.org - -# ------ Binary builders config: -# How many jobs can be run at once (how many concurrent builds). -job_slots = 1 - -# Maximal load, above which builds won't get started. -max_load = 10.0 - -# make -jX for single build -max_jobs = 1 - -# Nice control. -#nice = 0 - -# Where to look for queue.gz and counter (published through www by src builder). -control_url = http://src.tld-linux.org/~builderti/ - -# Src builder's email for sending status notifications (build ok/failed). -#notify_email = builder-src@tld-linux.org - -# Where to cache rpm's from binary builders locally -rpm_cache_dir = /spools/ready - -# ------ request handler server config, ignored on binary builders: -[request-server] -port = 1231 -ssl = True -ssl_port = 1241 -ssl_cert = request-server.crt -ssl_key = request-server.key - -# ------ Configs for particular builders: - -[ti-src] -arch = i686 -chroot = /home/tld/builderti/chroots/chroot-src/ -buildlogs_url = rsync://buildlogs-ti@buildlogs.tld-linux.org/buildlogs-ti-src/ -ftp_url = scp://ftpti@src.tld-linux.org:ftp/.incoming/SRPMS/ -notify_url = https://src.tld-linux.org:1241/ -test_ftp_url = scp://ftpti@src.tld-linux.org:ftp/.test-builds/SRPMS/RPMS/ -rpmqa_url = scp://ftpti@src.tld-linux.org:ftp/.stat/builder/ti/ -rpmqa_filename = rpmqa-SRPMS.txt