]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- initial version (not doing much) of a script for cleaning up stuff after
[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
39f90a58 19# bot
a1ac1b23 20#bot_email = cia@pld-linux.org
39f90a58 21
59ce7cd6 22# ------ Binary builders config:
4d9b6f71
MM
23# how much jobs can be run at once
24job_slots = 1
25# maximal load, at which rpm processing can start
26max_load = 10.0
5d307ff8 27# nice control
b8220781 28#nice = 0
4d9b6f71
MM
29# where to look for queue.gz and counter
30control_url = http://roke.freak/builder/
59ce7cd6
MM
31# email where to send status notifications
32notify_email = srpms_builder@roke.freak
33
4b016741
MM
34# ------ SRC builder config:
35# list of name-version-release tag prefixes
36#tag_prefixes = auto- auto-ac-
37tag_prefixes =
38
59ce7cd6 39[roke-src]
b5a39692
MM
40arch = athlon
41chroot = /adm/chroot-src
6db97676 42buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/SRPMS/.new/
a1ac1b23 43ftp_url = scp://ftpadm@roke.freak:incoming
a241a0b8 44
59ce7cd6 45[roke-athlon]
a241a0b8
MM
46arch = athlon
47chroot = /adm/chroot-athlon
6db97676 48buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/athlon/.new/
a1ac1b23 49ftp_url = scp://ftpadm@roke.freak:incoming
a549e660
MM
50
51[roke-i686]
52arch = i686
53chroot = /adm/chroot-i686
54buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/i686/.new/
a1ac1b23 55ftp_url = scp://ftpadm@roke.freak:incoming
1b618d13 56
This page took 0.053471 seconds and 4 git commands to generate.