~launchpad-pqm/launchpad/devel

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
# Copyright 2009 Canonical Ltd.  This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).

# Example buildd slave configuration
# This should be refactored into a nice central configuration format when
# such a beast becomes available

[slave]
architecturetag = i386
filecache = /home/buildd/filecache
bindhost = localhost
bindport = 8221

[allmanagers]
unpackpath = /home/buildd/slavebin/unpack-chroot
cleanpath = /home/buildd/slavebin/remove-build
mountpath = /home/buildd/slavebin/mount-chroot
umountpath = /home/buildd/slavebin/umount-chroot

[debianmanager]
sbuildpath = /home/buildd/slavebin/sbuild-package
sbuildargs = -dautobuild --nolog --batch -A
updatepath = /home/buildd/slavebin/update-debian-chroot
processscanpath = /home/buildd/slavebin/scan-for-processes
ogrepath = /home/buildd/slavebin/apply-ogre-model