TABLE OF CONTENTS
bzr.cygclass
[ Top ] [ Cygclasses ] [ Cygclasses ]
SYNOPSIS
BZR_URI="..." [BZR_REV="..."] inherit bzr
DESCRIPTION
Developed by Canonical Ltd., the company behind Ubuntu Linux, Bazaar is a distributed version control system which is most commonly used by software hosted on Launchpad.
This cygclass creates source tarballs from Bazaar checkouts.
NOTES
This cygclass sets a special SRC_URI for the tarball it creates. If additional sources are required, be sure to _add_ to SRC_URI rather than outright setting it.
REQUIRES
bzr
BZR_URI
[ Top ] [ bzr.cygclass ] [ Variables ]
DESCRIPTION
URI of upstream Bazaar repository/branch
NOTES
This variable is required when inherit()ing bzr.
Software hosted on Launchpad will have a special URI beginning with "lp:"; see `bzr help launchpad' for details.
BZR_REV
[ Top ] [ bzr.cygclass ] [ Variables ]
DESCRIPTION
Specific revision to checkout
NOTES
This variable is optional. If unset, the latest revision for the branch specified in BZR_URI will be fetched.
See `bzr help revisionspec' for possible forms of revision identifiers.