3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-04-22 07:41:08 +00:00

sbuild now fails when chroot_mode is defined, remove it from template config

This commit is contained in:
Christopher James Halse Rogers (RAOF) 2007-07-26 16:13:48 +10:00
parent 1bcb9e549d
commit d3f73c2fed

@ -52,11 +52,6 @@ if [ ! -w /var/lib/sbuild ]; then
# (mandatory, no default!).
\$maintainer_name='$USER <$USER@localhost>';
# Chroot behaviour; possible values are "split" (apt and dpkg are run
# from the host system) and "schroot" (all package operations are done in
# the chroot with schroot, but the chroot must allow networking)
\$chroot_mode = "schroot";
# Directory for chroot symlinks and sbuild logs. Defaults to the
# current directory if unspecified.
#\$build_dir='$HOME/ubuntu/build';