~ubuntu-branches/ubuntu/trusty/ubuntu-dev-tools/trusty

« back to all changes in this revision

Viewing changes to mk-sbuild

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna, Dustin Kirkland, Kees Cook, Benjamin Drung, Stefano Rivera, Iain Lane, Michael Bienia, Colin Watson
  • Date: 2010-09-20 11:10:04 UTC
  • Revision ID: james.westby@ubuntu.com-20100920111004-bh880l4fhq55rznt
Tags: 0.102
[ Dustin Kirkland ]
* errno, doc/errno.1, debian/control, debian/copyright, setup.py:
  - add an errno utility, LP: #612267

[ Kees Cook ]
* mk-sbuild: update examples to include "-A".

[ Benjamin Drung ]
* suspicious-source: whitelist font source formats. Thanks to Nicolas
  Spalinger for the patch (LP: #365147).
* Update the man page of suspicious-source to match the rewrite.
* syncpackage:
  - Don't upload orig tarball if not needed.
  - Print error message if the download fails (LP: #639899).
  - Check if the specified Debian component is valid (LP: #639896).
* update-maintainer: Don't change the Maintainer field if the email is set
  to a @lists.ubuntu.com address.
* sponsor-patch: New script to download a patch from a Launchpad bug, patch
  the source package, build, check and uploads it (to Ubuntu or a PPA).
* wrap-and-sort: New script to wrap long lines and sort items in packaging
  files.

[ Stefano Rivera ]
* update-maintainer: Correctly update the Maintainer field to the new Ubuntu
  Developers address (instead of the calling user) when the package is not
  in Debian.

[ Iain Lane ]
* all: Use production API rather than edge by default. Should be more
  reliable and was advised by lifeless (LP team).

[ Michael Bienia ]
* Add 'natty' to recognized names and make it the default.

[ Colin Watson ]
* Fix NAME section of lp-set-dup(1).
* lp-list-bugs: New tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
echo ""
562
562
echo " To CHANGE the golden image: sudo schroot -c ${CHROOT_NAME}-source -u root"
563
563
echo " To ENTER an image snapshot: schroot -c ${CHROOT_NAME}"
564
 
echo " To BUILD within a snapshot: sbuild -d ${CHROOT_NAME} PACKAGE*.dsc"
 
564
echo " To BUILD within a snapshot: sbuild -A -d ${CHROOT_NAME} PACKAGE*.dsc"
565
565
echo ""