summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use branches instead of lightweight checkouts:Ulrich Müller2011-02-101-136/+157
| | | | | | | | 1) initial branch with "bzr branch --no-tree", 2) subsequent updates with "bzr pull", 3) export to ${WORKDIR} with "bzr export". Reintroduce EBZR_BRANCH variable, to allow for shared repositories. Export EBZR_REVNO and EBZR_WC_PATH variables, bug 311101.
* export EBZR_TREE_CRC32 variable with revision information of the checked out ↵Christian Faulhammer2010-11-071-1/+4
| | | | tree, see bug 343355 for details
* Remove check for old fetch directory, people should have migrated up to nowChristian Faulhammer2010-07-011-6/+1
|
* move bzr from dev-util to dev-vcsChristian Faulhammer2010-03-051-5/+5
|
* Use "rsync" instead of "bzr export", bug 280211.Ulrich Müller2009-12-181-19/+23
| | | | | Don't always refetch for non-lightweight checkouts, bug 296733. Some fixes of whitespace and comments.
* tweak default EBZR_STORE_DIR value to something eclass-manpages can easily parseMike Frysinger2009-12-091-3/+2
|
* bzr.eclass: move wrongly placed quoteChristian Faulhammer2009-09-241-2/+2
|
* Add support for ESCM_OFFLINE variable, so users without internet connection ↵Christian Faulhammer2009-09-241-9/+20
| | | | can make use of it; patch provided by Jonathan Callen in bug 280211
* bzr.eclass: Added patch from Justin Lecher (jlec) <jlec AT j-schmitz DOT ↵Christian Faulhammer2009-08-041-2/+3
| | | | net> provided in bug 279770 for a custom setting of EBZR_STORE_DIR
* Import bzr.eclass from Bazaar overlay:Christian Faulhammer2009-07-081-62/+110
| | | | | | | | * Make it EAPI aware * Use lightweight checkout to save disk space, including migration path for previously fetched sources * Support sftp repositories * Do some code clean up * Rework documentation
* Initial import.Ulrich Müller2008-10-251-0/+246