]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- don't ever remove any packages
[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
12syslog = local0
59ce7cd6
MM
13
14# ------ Binary builders config:
4d9b6f71
MM
15# how much jobs can be run at once
16job_slots = 1
17# maximal load, at which rpm processing can start
18max_load = 10.0
19# where to look for queue.gz and counter
20control_url = http://roke.freak/builder/
59ce7cd6
MM
21# email where to send status notifications
22notify_email = srpms_builder@roke.freak
23
59ce7cd6 24[roke-src]
b5a39692
MM
25arch = athlon
26chroot = /adm/chroot-src
6db97676 27buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/SRPMS/.new/
1350e9b2
MM
28ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/SRPMS/
29test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/SRPMS/
a241a0b8 30
59ce7cd6 31[roke-athlon]
a241a0b8
MM
32arch = athlon
33chroot = /adm/chroot-athlon
6db97676 34buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/athlon/.new/
1350e9b2
MM
35ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/athlon/
36test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/athlon/
a549e660
MM
37
38[roke-i686]
39arch = i686
40chroot = /adm/chroot-i686
41buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/i686/.new/
42ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/i686/
43test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/i686/
This page took 0.157808 seconds and 4 git commands to generate.