This file is indexed.

/etc/xbuilder.cfg is in xbuilder 1.0.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
#select buildmethod from sbuild, xdeb, pdebuild (pdebuild-cross)
buildmethod=sbuild
#buildmethod=xdeb
#buildmethod=pdebuild

base=/srv/buildd

#Choose arch to build for
arch=armhf

#Filename of list of packages to build
buildlist=${base}/buildlist-debian-minimal

#If cleanbuild is set then each build will be done in a clean chroot
#this is recommended for repeatable builds
#unset it to disable
cleanbuild=true
#Configure chroot used for clean builds - must match schroot config
distro=testing
chrootname=testing-amd64-sbuild
#chrootpath=${base}/chroots/precise-build
#cleantarballs=${base}/tarballs

#extrarepo="deb https://people.debian.org/~wookey/tools/debian testing main"
#extrabuildopts=""