]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- shit
[projects/pld-builder.new.git] / config / builder.conf
CommitLineData
b5a39692 1[all]
4d9b6f71 2# builder email (in From:)
45dd7af4 3email = builder@nowhere
e2cad913 4admin_email = bldadm@roke.freak
6db97676 5# list of binary builders
a549e660 6binary_builders = roke-athlon roke-i686
6db97676
MM
7# the only src builder
8src_builder = roke-src
a50b0d78
MM
9# logs always go to spool/log, if you want syslog in addition,
10# specify facility here (user or local0-7 is the best choice probably)
11# if you don't want syslog, leave it empty
2b639ec4 12syslog =
c3a7d23e
MM
13# wrapper command for sudo chroot ...
14#sudo_chroot_wrapper = sparc32
15sudo_chroot_wrapper =
f827f789
MM
16# to be placed in Cc: of status and error reports
17builder_list =
59ce7cd6 18
eb75ee4b
MM
19# keep rpms in /spools/ready for how long (in hours)
20max_keep_time = 168
21
39f90a58 22# bot
a1ac1b23 23#bot_email = cia@pld-linux.org
39f90a58 24
59ce7cd6 25# ------ Binary builders config:
4d9b6f71
MM
26# how much jobs can be run at once
27job_slots = 1
28# maximal load, at which rpm processing can start
29max_load = 10.0
5d307ff8 30# nice control
b8220781 31#nice = 0
4d9b6f71
MM
32# where to look for queue.gz and counter
33control_url = http://roke.freak/builder/
59ce7cd6
MM
34# email where to send status notifications
35notify_email = srpms_builder@roke.freak
36
4b016741
MM
37# ------ SRC builder config:
38# list of name-version-release tag prefixes
39#tag_prefixes = auto- auto-ac-
40tag_prefixes =
41
59ce7cd6 42[roke-src]
b5a39692
MM
43arch = athlon
44chroot = /adm/chroot-src
6db97676 45buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/SRPMS/.new/
a1ac1b23 46ftp_url = scp://ftpadm@roke.freak:incoming
a241a0b8 47
59ce7cd6 48[roke-athlon]
a241a0b8
MM
49arch = athlon
50chroot = /adm/chroot-athlon
6db97676 51buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/athlon/.new/
a1ac1b23 52ftp_url = scp://ftpadm@roke.freak:incoming
a549e660
MM
53
54[roke-i686]
55arch = i686
56chroot = /adm/chroot-i686
57buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/i686/.new/
a1ac1b23 58ftp_url = scp://ftpadm@roke.freak:incoming
1b618d13 59
This page took 0.109046 seconds and 4 git commands to generate.