~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/buildd-slave-example.conf

  • Committer: mbp at canonical
  • Date: 2011-11-20 23:37:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14344.
  • Revision ID: mbp@canonical.com-20111120233723-370p96db2crru5tm
Delete canonical.buildd again

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
 
# GNU Affero General Public License version 3 (see the file LICENSE).
3
 
 
4
 
# Example buildd slave configuration
5
 
# This should be refactored into a nice central configuration format when
6
 
# such a beast becomes available
7
 
 
8
 
[slave]
9
 
architecturetag = i386
10
 
filecache = /home/buildd/filecache
11
 
bindhost = localhost
12
 
bindport = 8221
13
 
 
14
 
[allmanagers]
15
 
unpackpath = /home/buildd/slavebin/unpack-chroot
16
 
cleanpath = /home/buildd/slavebin/remove-build
17
 
mountpath = /home/buildd/slavebin/mount-chroot
18
 
umountpath = /home/buildd/slavebin/umount-chroot
19
 
 
20
 
[debianmanager]
21
 
sbuildpath = /home/buildd/slavebin/sbuild-package
22
 
sbuildargs = -dautobuild --nolog --batch -A
23
 
updatepath = /home/buildd/slavebin/update-debian-chroot
24
 
processscanpath = /home/buildd/slavebin/scan-for-processes
25
 
ogrepath = /home/buildd/slavebin/apply-ogre-model