~launchpad-pqm/launchpad/devel

8687.15.8 by Karl Fogel
Add the copyright header block to more files.
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
1193 by Canonical.com Patch Queue Manager
Merge in the buildd stuff so I can start a 2005 archive
4
# Example buildd slave configuration
1311 by Canonical.com Patch Queue Manager
Move buildd master to new scripts dir, and buildd slave to new daemons dir
5
# This should be refactored into a nice central configuration format when
6
# such a beast becomes available
1193 by Canonical.com Patch Queue Manager
Merge in the buildd stuff so I can start a 2005 archive
7
8
[slave]
9
architecturetag = i386
1264 by Canonical.com Patch Queue Manager
Bob the builder! (initial buildd slave implementation)
10
filecache = /home/buildd/filecache
1193 by Canonical.com Patch Queue Manager
Merge in the buildd stuff so I can start a 2005 archive
11
bindhost = localhost
12
bindport = 8221
13
1264 by Canonical.com Patch Queue Manager
Bob the builder! (initial buildd slave implementation)
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
2214 by Canonical.com Patch Queue Manager
[trivial] BuildFarm works again, bits repaired and ready for deep redesign.
22
sbuildargs = -dautobuild --nolog --batch -A
1264 by Canonical.com Patch Queue Manager
Bob the builder! (initial buildd slave implementation)
23
updatepath = /home/buildd/slavebin/update-debian-chroot
1311 by Canonical.com Patch Queue Manager
Move buildd master to new scripts dir, and buildd slave to new daemons dir
24
processscanpath = /home/buildd/slavebin/scan-for-processes
2606 by Canonical.com Patch Queue Manager
Build Daemon protocol rework. r=spiv
25
ogrepath = /home/buildd/slavebin/apply-ogre-model