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