mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-09 07:51:28 +00:00
mk-sbuild, docs/mk-sbuild.1: document DEBOOTSTRAP_MIRROR for good
measure, thanks to Paul Holcomb.
This commit is contained in:
parent
4e104ffcef
commit
9420833871
6
debian/changelog
vendored
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: clean up and make slight adjustments to new lvm/dir/file logic.
|
||||||
* mk-sbuild.1: update documentation to reflect alternative config file
|
* mk-sbuild.1: update documentation to reflect alternative config file
|
||||||
names for distro and schroot type overrides.
|
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 ]
|
[ Michael Bienia ]
|
||||||
* ubuntutools/requestsync/mail.py: Encode the report to utf-8 before passing
|
* ubuntutools/requestsync/mail.py: Encode the report to utf-8 before passing
|
||||||
it to gpg for signing (lp: #522316).
|
it to gpg for signing (lp: #522316).
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
* edit-patch: add wrapper around cdbs-edit-patch, dpatch-edit-patch, quilt
|
||||||
to transparently deal with the various patch systems.
|
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
|
ubuntu-dev-tools (0.92) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -62,6 +62,9 @@ Lines to append to schroot entries.
|
|||||||
.B SKIP_UPDATES
|
.B SKIP_UPDATES
|
||||||
Do not include the \-updates pocket in the installed sources.list.
|
Do not include the \-updates pocket in the installed sources.list.
|
||||||
.TP
|
.TP
|
||||||
|
.B DEBOOTSTRAP_MIRROR
|
||||||
|
Mirror location (same as \-\-debootstrap-mirror)
|
||||||
|
.TP
|
||||||
.B SOURCE_CHROOTS_DIR
|
.B SOURCE_CHROOTS_DIR
|
||||||
use SOURCE_CHROOTS_DIR as home of schroot source directories. (default
|
use SOURCE_CHROOTS_DIR as home of schroot source directories. (default
|
||||||
/var/lib/schroot/chroots)
|
/var/lib/schroot/chroots)
|
||||||
|
@ -125,6 +125,7 @@ function usage()
|
|||||||
echo " SOURCE_CHROOTS_TGZ Directory to store file source chroots"
|
echo " SOURCE_CHROOTS_TGZ Directory to store file source chroots"
|
||||||
echo " SCHROOT_CONF_SUFFIX Lines to append to schroot.conf entries"
|
echo " SCHROOT_CONF_SUFFIX Lines to append to schroot.conf entries"
|
||||||
echo " SKIP_UPDATES Enable --skip-updates"
|
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_SOURCES A template for sources.list"
|
||||||
echo " TEMPLATE_SCHROOTCONF A template for schroot.conf stanza"
|
echo " TEMPLATE_SCHROOTCONF A template for schroot.conf stanza"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user