mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
mk-sbuild: better message for cross build so that new start have
correct sbuild command from the last message of mk-sbuild.
This commit is contained in:
commit
a46a78b97f
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,7 +1,12 @@
|
||||
ubuntu-dev-tools (0.154) UNRELEASED; urgency=medium
|
||||
|
||||
[ Logan Rosen ]
|
||||
* pbuilder-dist: Fix yes/no for unknown distribution (LP: #1311884).
|
||||
|
||||
[ Yuan-Chen Cheng ]
|
||||
* mk-sbuild: better message for cross build so that new start have
|
||||
correct sbuild command from the last message of mk-sbuild.
|
||||
|
||||
-- Logan Rosen <logan@ubuntu.com> Wed, 23 Apr 2014 17:24:12 -0400
|
||||
|
||||
ubuntu-dev-tools (0.153) unstable; urgency=medium
|
||||
|
@ -830,6 +830,9 @@ echo ""
|
||||
echo " To CHANGE the golden image: sudo schroot -c source:${CHROOT_NAME} -u root"
|
||||
echo " To ENTER an image snapshot: schroot -c ${CHROOT_NAME}"
|
||||
echo " To BUILD within a snapshot: sbuild -A -d ${CHROOT_NAME} PACKAGE*.dsc"
|
||||
if [ "$CHROOT_ARCH" != "$TARGET_ARCH" ] ; then
|
||||
echo " To BUILD for ${TARGET_ARCH}: sbuild -A -d ${CHROOT_NAME} --host ${TARGET_ARCH} PACKAGE*.dsc"
|
||||
fi
|
||||
echo ""
|
||||
|
||||
# vi: set et:
|
||||
|
Loading…
x
Reference in New Issue
Block a user