chiark / gitweb /
organise files into the right places
[autopkgtest.git] / xen / pbuilderrc
1 # this is your configuration file for pbuilder.
2 # the file in /usr/share/pbuilder/pbuilderrc is the default template.
3 # /etc/pbuilderrc is the one meant for editing.
4 #
5 # read pbuilderrc.5 document for notes on specific options.
6
7 BASETGZ=/var/cache/pbuilder/base.tgz
8 #EXTRAPACKAGES=gcc3.0-athlon-builder
9 #export DEBIAN_BUILDARCH=athlon
10 BUILDPLACE=/var/cache/pbuilder/build/
11 MIRRORSITE=http://ftp.jp.debian.org/debian
12 #NONUSMIRRORSITE="http://ftp.jp.debian.org/debian-non-US"
13 #OTHERMIRROR="deb http://www.home.com/updates/ ./"
14 #export http_proxy=http://your-proxy:8080/
15 USEPROC=yes
16 USEDEVPTS=yes
17 USEDEVFS=no
18 BUILDRESULT=/var/cache/pbuilder/result/
19
20 # specifying the distribution forces the distribution on "pbuilder update"
21 #DISTRIBUTION=sarge
22 #specify the cache for APT 
23 APTCACHE="/var/cache/pbuilder/aptcache/"
24 APTCACHEHARDLINK="no"
25 REMOVEPACKAGES="lilo"
26 #HOOKDIR="/usr/lib/pbuilder/hooks"
27 HOOKDIR=""
28
29 # make debconf not interact with user
30 export DEBIAN_FRONTEND="noninteractive"
31
32 DEBEMAIL=""
33
34 #for pbuilder debuild
35 BUILDSOURCEROOTCMD="fakeroot"
36 PBUILDERROOTCMD="sudo"
37
38 #default is to build everything. Passed on to dpkg-buildpackage
39 #DEBBUILDOPTS="-b"
40 DEBBUILDOPTS=""
41
42 #APT configuration files directory
43 APTCONFDIR=""
44
45 # the username and ID used by pbuilder, inside chroot. Needs fakeroot, really
46 BUILDUSERID=1234
47 BUILDUSERNAME=pbuilder
48
49 # BINDMOUNTS is a space separated list of things to mount
50 # inside the chroot.
51 BINDMOUNTS=""
52
53 # Set the debootstrap variant to 'buildd' type.
54 # DEBOOTSTRAPOPTS[0]='--variant=buildd'
55 # or work around bug in debootstrap 3.0.0 (314858)
56 unset DEBOOTSTRAPOPTS
57
58 # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
59 export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
60
61 # SHELL variable is used inside pbuilder by commands like 'su'; and they need sane values
62 export SHELL=/bin/bash
63
64 # The name of debootstrap command.
65 DEBOOTSTRAP="debootstrap"