]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- move request_server port to config
[projects/pld-builder.new.git] / config / builder.conf
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
8e837ecd
ER
30# TCP port number for request_handler_server.py
31request_handler_server_port = 1289
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
MM
46
47# Nice control.
b8220781 48#nice = 0
d7953ca5
MM
49
50# Where to look for queue.gz and counter (published through www by src builder).
51control_url = http://ep09.pld-linux.org/~builderth/
52
b5ab082a
ER
53# Src builder's email for sending status notifications (build ok/failed).
54#notify_email = builder-ac-src@pld-linux.org
55
fd499dc1
ER
56# Where to cache rpm's from binary builders locally
57rpm_cache_dir = /spools/ready
58
4b016741 59# ------ SRC builder config:
d7953ca5
MM
60# List of name-version-release tag prefixes.
61#tag_prefixes = auto- auto-ac- auto-th-
62tag_prefixes = auto-th-
4b016741 63
d7953ca5 64# ------ Configs for particular builders:
a241a0b8 65
d7953ca5
MM
66[th-src]
67arch = i686
68chroot = /home/pld/builderth/chroots/chroot-src/
69buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-SRPMS/
70ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/SRPMS/
63319e0a 71notify_url = http://ep09.pld-linux.org:1234/
d7953ca5
MM
72test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/SRPMS/
73rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/
74rpmqa_filename = rpmqa-SRPMS.txt
75
76[th-athlon]
a241a0b8 77arch = athlon
d7953ca5
MM
78chroot = /home/users/builderth/chroot-athlon/
79buildlogs_url = /dev/null
63319e0a 80notify_url = http://ep09.pld-linux.org:1234/
d7953ca5
MM
81ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/athlon/
82test_ftp_url = /dev/null
83rpmqa_url = /dev/null
84rpmqa_filename = nothing
a549e660 85
1b618d13 86
This page took 0.132455 seconds and 4 git commands to generate.