]> TLD Linux GIT Repositories - tld-builder.git/blob - config/builder.conf
- cleanup
[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 # Send '*.uploadinfo' files along with built rpms (used by tld-ftp-admin), but
31 # probably not usefull for small, 'personal' builders. [yes/no]
32 gen_upinfo = yes
33
34 # CIA bot (see cia.navi.cx).
35 #bot_email = cia@tld-linux.org
36
37 # ------ Binary builders config:
38 # How many jobs can be run at once (how many concurrent builds).
39 job_slots = 1
40
41 # Maximal load, above which builds won't get started.
42 max_load = 10.0
43
44 # make -jX for single build
45 max_jobs = 1
46
47 # Nice control.
48 #nice = 0
49
50 # Where to look for queue.gz and counter (published through www by src builder).
51 control_url = http://kraz.tld-linux.org/~builderti/
52
53 # Src builder's email for sending status notifications (build ok/failed).
54 #notify_email = builder-src@tld-linux.org
55
56 # Where to cache rpm's from binary builders locally
57 rpm_cache_dir = /spools/ready
58
59 # ------ SRC builder config:
60 # List of name-version-release tag prefixes.
61 tag_prefixes = auto/ti/
62
63 # ------ request handler server config, ignored on binary builders:
64 [request-server]
65 port = 1231
66 ssl = True
67 ssl_port = 1241
68 ssl_cert = request-server.crt
69 ssl_key = request-server.key
70
71 # ------ Configs for particular builders:
72
73 [ti-src]
74 arch = i686
75 chroot = /home/tld/builderti/chroots/chroot-src/
76 buildlogs_url = rsync://buildlogs-ti@buildlogs.tld-linux.org/buildlogs-ti-src/
77 ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.incoming/SRPMS/
78 notify_url = http://kraz.tld-linux.org:1231/
79 test_ftp_url = scp://ftpti@kraz.tld-linux.org:ftp/.test-builds/SRPMS/RPMS/
80 rpmqa_url = scp://ftpti@kraz.tld-linux.org:ftp/.stat/builder/ti/
81 rpmqa_filename = rpmqa-SRPMS.txt