]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf.dist
Fix outdated syntax
[projects/pld-builder.new.git] / config / builder.conf.dist
CommitLineData
b5a39692 1[all]
d7953ca5
MM
2# Builder email (put in From: field when this builder is sending mails).
3email = builder-th@pld-linux.org
4
5# Admin's email (she gets mails about errors and such).
6admin_email = th-admin@pld-linux.org
7
7d6c4fc0
MM
8# To be placed in Cc: of status and error reports (a mailing list usually).
9builder_list =
10
d7953ca5
MM
11# List of binary builders. This thing must be present on both src and bin
12# builders.
13binary_builders = th-athlon
14
15# Name of the src builder (this field is ignored on binary builders).
16src_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.
2b639ec4 21syslog =
d7953ca5
MM
22
23# Wrapper command for sudo chroot (used eg on sparc).
c3a7d23e
MM
24#sudo_chroot_wrapper = sparc32
25sudo_chroot_wrapper =
d7953ca5 26
d7953ca5 27# Keep rpms in /spools/ready inside chroots for how long (in hours).
eb75ee4b
MM
28max_keep_time = 168
29
86701114 30# TCP port number for request_handler_server.py. ignored on bin builders
947ad934 31request_handler_server_port = 1234
8e837ecd 32
ae86e38d 33# Send '*.uploadinfo' files along with built rpms (used by pld-ftp-admin), but
7d6c4fc0
MM
34# probably not usefull for small, 'personal' builders. [yes/no]
35gen_upinfo = yes
36
d7953ca5 37# CIA bot (see cia.navi.cx).
a1ac1b23 38#bot_email = cia@pld-linux.org
39f90a58 39
59ce7cd6 40# ------ Binary builders config:
e35c84ae 41# How many jobs can be run at once (how many concurrent builds).
4d9b6f71 42job_slots = 1
d7953ca5
MM
43
44# Maximal load, above which builds won't get started.
4d9b6f71 45max_load = 10.0
d7953ca5 46
b3c8d962
AM
47# make -jX for single build
48max_jobs = 1
49
d7953ca5 50# Nice control.
b8220781 51#nice = 0
d7953ca5
MM
52
53# Where to look for queue.gz and counter (published through www by src builder).
f0cfd110 54control_url = http://src.th.pld-linux.org/
d7953ca5 55
b5ab082a 56# Src builder's email for sending status notifications (build ok/failed).
c4bb8d09 57#notify_email = builder-th-src@pld-linux.org
b5ab082a 58
fd499dc1
ER
59# Where to cache rpm's from binary builders locally
60rpm_cache_dir = /spools/ready
61
4b016741 62# ------ SRC builder config:
d7953ca5
MM
63# List of name-version-release tag prefixes.
64#tag_prefixes = auto- auto-ac- auto-th-
65tag_prefixes = auto-th-
4b016741 66
c87a0ffa 67[request-server]
90e782ca 68ssl_port = 1235
c87a0ffa
AM
69ssl_key = somewhere/srcbuilder.key
70ssl_cert = somewhere/srcbuilder.crt
c87a0ffa 71
d7953ca5 72# ------ Configs for particular builders:
a241a0b8 73
d7953ca5
MM
74[th-src]
75arch = i686
76chroot = /home/pld/builderth/chroots/chroot-src/
77buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-SRPMS/
4bc42c4a 78buildlogs = http://buildlogs.pld-linux.org/
d7953ca5 79ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/SRPMS/
1cd123e3 80notify_url = http://src.th.pld-linux.org:1234/
d7953ca5
MM
81test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/SRPMS/
82rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/
83rpmqa_filename = rpmqa-SRPMS.txt
84
85[th-athlon]
a241a0b8 86arch = athlon
d7953ca5 87chroot = /home/users/builderth/chroot-athlon/
4bc42c4a
JR
88buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-athlon/
89buildlogs = http://buildlogs.pld-linux.org/
1cd123e3 90notify_url = http://src.th.pld-linux.org:1234/
d7953ca5 91ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/athlon/
4bc42c4a
JR
92test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/athlon/
93rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/
94rpmqa_filename = rpmqa-athlon.txt
This page took 2.169282 seconds and 4 git commands to generate.