]> git.pld-linux.org Git - projects/pld-builder.new.git/blame - config/builder.conf
- use only one files upload url (removed ftp_test_url)
[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
0e2d5d9c 20#bot_email = uop@perfo1.perfopol.pl
39f90a58
AM
21#bot_channel = pld
22
59ce7cd6 23# ------ Binary builders config:
4d9b6f71
MM
24# how much jobs can be run at once
25job_slots = 1
26# maximal load, at which rpm processing can start
27max_load = 10.0
5d307ff8 28# nice control
b8220781 29#nice = 0
4d9b6f71
MM
30# where to look for queue.gz and counter
31control_url = http://roke.freak/builder/
59ce7cd6
MM
32# email where to send status notifications
33notify_email = srpms_builder@roke.freak
34
4b016741
MM
35# ------ SRC builder config:
36# list of name-version-release tag prefixes
37#tag_prefixes = auto- auto-ac-
38tag_prefixes =
39
59ce7cd6 40[roke-src]
b5a39692
MM
41arch = athlon
42chroot = /adm/chroot-src
6db97676 43buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/SRPMS/.new/
1350e9b2
MM
44ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/SRPMS/
45test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/SRPMS/
a241a0b8 46
59ce7cd6 47[roke-athlon]
a241a0b8
MM
48arch = athlon
49chroot = /adm/chroot-athlon
6db97676 50buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/athlon/.new/
1350e9b2
MM
51ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/athlon/
52test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/athlon/
a549e660
MM
53
54[roke-i686]
55arch = i686
56chroot = /adm/chroot-i686
57buildlogs_url = rsync://bl@roke.freak/buildlogs/nest/i686/.new/
58ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/ready/i686/
59test_ftp_url = scp://ftpadm@roke.freak/home/services/ftpd/dists/nest/test/i686/
1b618d13 60
This page took 0.103548 seconds and 4 git commands to generate.