]> TLD Linux GIT Repositories - TLD.git/blob - pld-builder.new/config/builder.conf
98d3b8f985363302e521f375d4748b81cc65cb31
[TLD.git] / pld-builder.new / config / builder.conf
1 [all]
2 # Builder email (put in From: field when this builder is sending mails).
3 email = builder-th@pld-linux.org
4
5 # Admin's email (she gets mails about errors and such).
6 admin_email = th-admin@pld-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 = th-athlon
14
15 # Name of the src builder (this field is ignored on binary builders).
16 src_builder = th-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 = 1234
32
33 # Send '*.uploadinfo' files along with built rpms (used by pld-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@pld-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://src.th.pld-linux.org/
55
56 # Src builder's email for sending status notifications (build ok/failed).
57 #notify_email = builder-th-src@pld-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- auto-ac- auto-th-
65 tag_prefixes = auto-th-
66
67 # ------ Configs for particular builders:
68
69 [th-src]
70 arch = i686
71 chroot = /home/pld/builderth/chroots/chroot-src/
72 buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-SRPMS/
73 ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/SRPMS/
74 notify_url = http://src.th.pld-linux.org:1234/
75 test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/SRPMS/
76 rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/
77 rpmqa_filename = rpmqa-SRPMS.txt
78
79 [th-athlon]
80 arch = athlon
81 chroot = /home/users/builderth/chroot-athlon/
82 buildlogs_url = /dev/null
83 notify_url = http://src.th.pld-linux.org:1234/
84 ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/athlon/
85 test_ftp_url = /dev/null
86 rpmqa_url = /dev/null
87 rpmqa_filename = nothing
88
89