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:
Daniel Holbach 2014-07-25 09:50:59 +02:00
commit a46a78b97f
2 changed files with 8 additions and 0 deletions

5
debian/changelog vendored
View File

@ -1,7 +1,12 @@
ubuntu-dev-tools (0.154) UNRELEASED; urgency=medium ubuntu-dev-tools (0.154) UNRELEASED; urgency=medium
[ Logan Rosen ]
* pbuilder-dist: Fix yes/no for unknown distribution (LP: #1311884). * 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 -- Logan Rosen <logan@ubuntu.com> Wed, 23 Apr 2014 17:24:12 -0400
ubuntu-dev-tools (0.153) unstable; urgency=medium ubuntu-dev-tools (0.153) unstable; urgency=medium

View File

@ -830,6 +830,9 @@ echo ""
echo " To CHANGE the golden image: sudo schroot -c source:${CHROOT_NAME} -u root" 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 ENTER an image snapshot: schroot -c ${CHROOT_NAME}"
echo " To BUILD within a snapshot: sbuild -A -d ${CHROOT_NAME} PACKAGE*.dsc" 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 "" echo ""
# vi: set et: # vi: set et: