]> TLD Linux GIT Repositories - tld-builder.git/blob - config/builder.conf
- fixed ssl configuration handling
[tld-builder.git] / config / builder.conf
1 [all]
2 # Builder email (put in From: field when this builder is sending mails).
3 email = builder-src@tld-linux.org
4
5 # Admin's email (she gets mails about errors and such).
6 admin_email = ti-admins@tld-linux.org
7
8 # To be placed in Cc: of status and error reports (a mailing list usually).
9 builder_list =
10
11 # List of binary builders. This thing must be present on both src and bin 
12 # builders.
13 binary_builders = ti-i686 ti-x86_64
14
15 # Name of the src builder (this field is ignored on binary builders).
16 src_builder = ti-src
17
18 # Logs always go to spool/log, if you want syslog in addition,
19 # specify facility here (user or local0-7 is the best choice probably).
20 # If you don't want syslog, leave it empty.
21 syslog =
22
23 # Wrapper command for sudo chroot (used eg on sparc).
24 #sudo_chroot_wrapper = sparc32
25 sudo_chroot_wrapper =
26
27 # Keep rpms in /spools/ready inside chroots for how long (in hours).
28 max_keep_time = 168
29
30 # TCP port number for request_handler_server.py. ignored on bin builders
31 request_handler_server_port = 1231
32
33 # Send '*.uploadinfo' files along with built rpms (used by tld-ftp-admin), but
34 # probably not usefull for small, 'personal' builders. [yes/no]
35 gen_upinfo = yes
36
37 # CIA bot (see cia.navi.cx).
38 #bot_email = cia@tld-linux.org
39
40 # ------ Binary builders config:
41 # How many jobs can be run at once (how many concurrent builds).
42 job_slots = 1
43
44 # Maximal load, above which builds won't get started.
45 max_load = 10.0
46
47 # make -jX for single build
48 max_jobs = 1
49
50 # Nice control.
51 #nice = 0
52
53 # Where to look for queue.gz and counter (published through www by src builder).
54 control_url = http://kraz.tld-linux.org/~builderti/
55
56 # Src builder's email for sending status notifications (build ok/failed).
57 #notify_email = builder-src@tld-linux.org
58
59 # Where to cache rpm's from binary builders locally
60 rpm_cache_dir = /spools/ready
61
62 # ------ SRC builder config:
63 # List of name-version-release tag prefixes.
64 tag_prefixes = auto/ti/
65
66 # ------ request handler server config, ignored on binary builders:
67 [request-server]
68 port = 1231
69 ssl = True
70 ssl_port = 1241
71 ssl_cert = request-server.crt
72 ssl_key = request-server.key
73
74 # ------ Configs for particular builders:
75
76 [ti-src]
77 arch = i686
78 chroot = /home/tld/builderti/chroots/chroot-src/
79 buildlogs_url = rsync://buildlogs-ti@buildlogs.tld-linux.org/buildlogs-ti-src/
80 ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.incoming/SRPMS/
81 notify_url = http://kraz.tld-linux.org:1231/
82 test_ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.test-builds/SRPMS/RPMS/
83 rpmqa_url = scp://ftpti@kraz.tld-linux.org:ftp/.stat/builder/ti/
84 rpmqa_filename = rpmqa-SRPMS.txt