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

mk-sbuild, docs/mk-sbuild.1: document DEBOOTSTRAP_MIRROR for good

measure, thanks to Paul Holcomb.
This commit is contained in:
Kees Cook 2010-02-18 11:11:16 -08:00
parent 4e104ffcef
commit 9420833871
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored

@ -21,16 +21,18 @@ ubuntu-dev-tools (0.93) UNRELEASED; urgency=low
* mk-sbuild: clean up and make slight adjustments to new lvm/dir/file logic.
* mk-sbuild.1: update documentation to reflect alternative config file
names for distro and schroot type overrides.
* mk-sbuild, docs/mk-sbuild.1: document DEBOOTSTRAP_MIRROR for good
measure, thanks to Paul Holcomb.
[ Michael Bienia ]
* ubuntutools/requestsync/mail.py: Encode the report to utf-8 before passing
it to gpg for signing (lp: #522316).
[ Michael Vogt ]
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
to transparently deal with the various patch systems.
-- Michael Bienia <geser@ubuntu.com> Mon, 15 Feb 2010 22:37:59 +0100
-- Kees Cook <kees@ubuntu.com> Thu, 18 Feb 2010 11:10:45 -0800
ubuntu-dev-tools (0.92) lucid; urgency=low

@ -62,6 +62,9 @@ Lines to append to schroot entries.
.B SKIP_UPDATES
Do not include the \-updates pocket in the installed sources.list.
.TP
.B DEBOOTSTRAP_MIRROR
Mirror location (same as \-\-debootstrap-mirror)
.TP
.B SOURCE_CHROOTS_DIR
use SOURCE_CHROOTS_DIR as home of schroot source directories. (default
/var/lib/schroot/chroots)

@ -125,6 +125,7 @@ function usage()
echo " SOURCE_CHROOTS_TGZ Directory to store file source chroots"
echo " SCHROOT_CONF_SUFFIX Lines to append to schroot.conf entries"
echo " SKIP_UPDATES Enable --skip-updates"
echo " DEBOOTSTRAP_MIRROR Mirror location (same as --debootstrap-mirror)"
echo " TEMPLATE_SOURCES A template for sources.list"
echo " TEMPLATE_SCHROOTCONF A template for schroot.conf stanza"
exit 1