diff --git a/debian/changelog b/debian/changelog index c1f097e..f66b600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 15 Feb 2010 22:37:59 +0100 + -- Kees Cook Thu, 18 Feb 2010 11:10:45 -0800 ubuntu-dev-tools (0.92) lucid; urgency=low diff --git a/doc/mk-sbuild.1 b/doc/mk-sbuild.1 index 2ffbf21..7cbd7e0 100644 --- a/doc/mk-sbuild.1 +++ b/doc/mk-sbuild.1 @@ -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) diff --git a/mk-sbuild b/mk-sbuild index f575b3c..902648b 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -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