summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New variable EBZR_UNPACK_DIR.Ulrich Müller2013-07-111-5/+11
|
* Use lightweight checkout instead of export if EBZR_WORKDIR_CHECKOUT is set; ↵Ulrich Müller2012-09-181-18/+25
| | | | bug 434746. Remove old cleanup code.
* Don't assign useless values to DESCRIPTION and HOMEPAGE variables.Ulrich Müller2012-07-181-5/+2
|
* Output actual directory in einfo message.Ulrich Müller2011-09-221-2/+2
|
* Eclass documentation now supports @AUTHOR block.Ulrich Müller2011-09-021-6/+8
|
* Don't assign EBZR_WC_PATH, nothing in the tree uses it.Ulrich Müller2011-07-261-3/+2
|
* Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass.Ulrich Müller2011-04-201-2/+2
|
* Add : in assignment of EBZR_FETCH_CMD.Ulrich Müller2011-04-041-2/+2
|
* EBZR_MIRROR_URI is a misnomer, rename it to EBZR_INITIAL_URI.Ulrich Müller2011-02-191-12/+15
|
* 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