mk-sbuild: update examples to include "-A".

This commit is contained in:
Kees Cook 2010-08-10 11:48:06 -07:00
parent 55cd28cb31
commit 17af86e051
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.102) UNRELEASED; urgency=low
* mk-sbuild: update examples to include "-A".
-- Kees Cook <kees@ubuntu.com> Tue, 10 Aug 2010 11:46:32 -0700
ubuntu-dev-tools (0.101) unstable; urgency=low
[ Andrew Starr-Bochicchio ]

View File

@ -113,7 +113,7 @@ To CHANGE the golden image: \fBsudo schroot \-c ${CHROOT_NAME}\-source \-u root\
.TP
To ENTER an image snapshot: \fBschroot \-c ${CHROOT_NAME}\fR
.TP
To BUILD within a snapshot: \fBsbuild \-d ${SCHROOT_NAME} PACKAGE*.dsc\fR
To BUILD within a snapshot: \fBsbuild \-A \-d ${SCHROOT_NAME} PACKAGE*.dsc\fR
.TP
for example, to update the packages in a golden image: \fBschroot \-c ${CHROOT_NAME}\-source \-u root -- sh \-c "apt-get \-qq update && apt-get \-qy upgrade && apt-get clean" </dev/null\fR

View File

@ -561,5 +561,5 @@ echo "Done building $CHROOT_NAME."
echo ""
echo " To CHANGE the golden image: sudo schroot -c ${CHROOT_NAME}-source -u root"
echo " To ENTER an image snapshot: schroot -c ${CHROOT_NAME}"
echo " To BUILD within a snapshot: sbuild -d ${CHROOT_NAME} PACKAGE*.dsc"
echo " To BUILD within a snapshot: sbuild -A -d ${CHROOT_NAME} PACKAGE*.dsc"
echo ""