mk-sbuild-lv: adjust schroot.conf template to document the -source

change further.
This commit is contained in:
Kees Cook 2010-01-18 16:14:20 -08:00
parent 80ff3827c3
commit 9e551578fa
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,11 +1,16 @@
ubuntu-dev-tools (0.92) UNRELEASED; urgency=low
[ Michael Bienia ]
* ubuntutools/requestsync/mail.py:
Map "sid" back to "unstable" (and "squeeze" to "testing") else rmadison
gets a Python traceback from the remote site instead of the expected data
(lp: #508794).
-- Michael Bienia <geser@ubuntu.com> Sun, 17 Jan 2010 17:53:57 +0100
[ Kees Cook ]
* mk-sbuild-lv: adjust schroot.conf template to document the -source
change further.
-- Kees Cook <kees@ubuntu.com> Mon, 18 Jan 2010 16:08:16 -0800
ubuntu-dev-tools (0.91) lucid; urgency=low

View File

@ -359,6 +359,10 @@ root-groups=root,sbuild,admin
device=CHROOT_PATH
mount-options=-o noatime
lvm-snapshot-options=--size SNAPSHOT_SIZE
# Uncomment these lines to allow "sbuild" and "admin" users to access
# the -source chroots directly (useful for automated updates, etc).
#source-root-users=root,sbuild,admin
#source-root-groups=root,sbuild,admin
EOM
fi
if [ ! -z "$personality" ]; then