-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuildserver.conf
59 lines (59 loc) · 2.06 KB
/
buildserver.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# configuration for ALARM Build Server
<server>
<database>
mysql = plugbuild # database name
user = username # mysql username
pass = password # mysql password
<packaging>
#work unit storage
workroot =/home/leming/www/work
# "in" = completed, successful.
in_pkg =/home/leming/www/in-pkg
in_log =/home/leming/www/in-log
# archbin leads to pacman mgmt
archbin =/home/leming/arch
# repo (packman package repository)
<repo>
armv5 =/var/www/ALARM-dev/html/arm
armv6 =/var/www/ALARM-dev/html/arm
armv7 =/var/www/ALARM-dev/html/armv7
armv7n =/var/www/ALARM-dev/html/armv7
</repo>
<git>
root =/home/leming/builder/git/ALARM
repos =core
repos =extra
repos =community
repos =aur
</git>
<abs>
root =/home/leming/builder/abs
repos =core
repos =extra
repos =community
</abs>
<mirror>
address =host::module
</mirror>
</packaging>
</database>
<service>
port =2121
cacert =/home/leming/builder/certs/plugbuild-cacert.pem # CA certificate
cert =/home/leming/builder/certs/server.pem # our certificate and key
pass =password # private key password
in_pkg =/home/leming/www/in-pkg # duplicated, yes, i know, be quiet.
in_log =/home/leming/www/in-log
</service>
<irc>
server =irc.freenode.net
port =6667
delay =15 # seconds to sleep before reconnecting on disconnect
ssl =1 # set ssl 1 or 0 for secure connection
nick =builder-nickname
user =nickserv-username
pass =nickserv-password
channel =builder-channel
pubchan =public-channel
</irc>
</server>