1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# this is your configuration file for pbuilder.
# the file in /usr/share/pbuilder/pbuilderrc is the default template.
# /etc/pbuilderrc is the one meant for overwritting defaults in
# the default template
#
# read pbuilderrc.5 document for notes on specific options.
# MIRRORSITE=http://de.archive.ubuntu.com/ubuntu/
MIRRORSITE=ftp://ftp.no.debian.org/debian
DISTRIBUTION=sid
COMPONENTS=main
DEBOOTSTRAPOPTS=(
'--variant=buildd'
'--keyring' '/usr/share/keyrings/debian-archive-keyring.gpg'
)
# Turn OFF ccache! It will not work properly!
CCACHEDIR=
|