From 9e551578faab171d86614ebf20d9b059138abd73 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Mon, 18 Jan 2010 16:14:20 -0800 Subject: [PATCH] mk-sbuild-lv: adjust schroot.conf template to document the -source change further. --- debian/changelog | 7 ++++++- mk-sbuild-lv | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b13c36..41c5ca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 18 Jan 2010 16:08:16 -0800 ubuntu-dev-tools (0.91) lucid; urgency=low diff --git a/mk-sbuild-lv b/mk-sbuild-lv index 271643a..577cd77 100755 --- a/mk-sbuild-lv +++ b/mk-sbuild-lv @@ -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