mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-06 05:21:28 +00:00
mk-sbuild-lv: adjust schroot.conf template to document the -source
change further.
This commit is contained in:
parent
80ff3827c3
commit
9e551578fa
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,11 +1,16 @@
|
|||||||
ubuntu-dev-tools (0.92) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.92) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Michael Bienia ]
|
||||||
* ubuntutools/requestsync/mail.py:
|
* ubuntutools/requestsync/mail.py:
|
||||||
Map "sid" back to "unstable" (and "squeeze" to "testing") else rmadison
|
Map "sid" back to "unstable" (and "squeeze" to "testing") else rmadison
|
||||||
gets a Python traceback from the remote site instead of the expected data
|
gets a Python traceback from the remote site instead of the expected data
|
||||||
(lp: #508794).
|
(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
|
ubuntu-dev-tools (0.91) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -359,6 +359,10 @@ root-groups=root,sbuild,admin
|
|||||||
device=CHROOT_PATH
|
device=CHROOT_PATH
|
||||||
mount-options=-o noatime
|
mount-options=-o noatime
|
||||||
lvm-snapshot-options=--size SNAPSHOT_SIZE
|
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
|
EOM
|
||||||
fi
|
fi
|
||||||
if [ ! -z "$personality" ]; then
|
if [ ! -z "$personality" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user