]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- add make dist target to export clean code from cvs
[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
ae86e38d 30# Send '*.uploadinfo' files along with built rpms (used by pld-ftp-admin), but
7d6c4fc0
MM
31# probably not usefull for small, 'personal' builders. [yes/no]
32gen_upinfo = yes
33
d7953ca5 34# CIA bot (see cia.navi.cx).
a1ac1b23 35#bot_email = cia@pld-linux.org
39f90a58 36
59ce7cd6 37# ------ Binary builders config:
e35c84ae 38# How many jobs can be run at once (how many concurrent builds).
4d9b6f71 39job_slots = 1
d7953ca5
MM
40
41# Maximal load, above which builds won't get started.
4d9b6f71 42max_load = 10.0
d7953ca5
MM
43
44# Nice control.
b8220781 45#nice = 0
d7953ca5
MM
46
47# Where to look for queue.gz and counter (published through www by src builder).
48control_url = http://ep09.pld-linux.org/~builderth/
49
b5ab082a
ER
50# Src builder's email for sending status notifications (build ok/failed).
51#notify_email = builder-ac-src@pld-linux.org
52
4b016741 53# ------ SRC builder config:
d7953ca5
MM
54# List of name-version-release tag prefixes.
55#tag_prefixes = auto- auto-ac- auto-th-
56tag_prefixes = auto-th-
4b016741 57
d7953ca5 58# ------ Configs for particular builders:
a241a0b8 59
d7953ca5
MM
60[th-src]
61arch = i686
62chroot = /home/pld/builderth/chroots/chroot-src/
63buildlogs_url = rsync://blogs-th@buildlogs.pld-linux.org/pld-buildlogs-th-SRPMS/
64ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/SRPMS/
63319e0a 65notify_url = http://ep09.pld-linux.org:1234/
d7953ca5
MM
66test_ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.test-builds/SRPMS/
67rpmqa_url = scp://pldth@ep09.pld-linux.org:ftp/.stat/builder/th/
68rpmqa_filename = rpmqa-SRPMS.txt
69
70[th-athlon]
a241a0b8 71arch = athlon
d7953ca5
MM
72chroot = /home/users/builderth/chroot-athlon/
73buildlogs_url = /dev/null
63319e0a 74notify_url = http://ep09.pld-linux.org:1234/
d7953ca5
MM
75ftp_url = scp://pldth@ep09.pld-linux.org:ftp/.incoming/athlon/
76test_ftp_url = /dev/null
77rpmqa_url = /dev/null
78rpmqa_filename = nothing
a549e660 79
1b618d13 80
This page took 0.3805 seconds and 4 git commands to generate.