Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use lightweight checkout instead of export if EBZR_WORKDIR_CHECKOUT is set; ↵ | Ulrich Müller | 2012-09-18 | 1 | -18/+25 |
| | | | | bug 434746. Remove old cleanup code. | ||||
* | Don't assign useless values to DESCRIPTION and HOMEPAGE variables. | Ulrich Müller | 2012-07-18 | 1 | -5/+2 |
| | |||||
* | Output actual directory in einfo message. | Ulrich Müller | 2011-09-22 | 1 | -2/+2 |
| | |||||
* | Eclass documentation now supports @AUTHOR block. | Ulrich Müller | 2011-09-02 | 1 | -6/+8 |
| | |||||
* | Don't assign EBZR_WC_PATH, nothing in the tree uses it. | Ulrich Müller | 2011-07-26 | 1 | -3/+2 |
| | |||||
* | Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass. | Ulrich Müller | 2011-04-20 | 1 | -2/+2 |
| | |||||
* | Add : in assignment of EBZR_FETCH_CMD. | Ulrich Müller | 2011-04-04 | 1 | -2/+2 |
| | |||||
* | EBZR_MIRROR_URI is a misnomer, rename it to EBZR_INITIAL_URI. | Ulrich Müller | 2011-02-19 | 1 | -12/+15 |
| | |||||
* | Use branches instead of lightweight checkouts: | Ulrich Müller | 2011-02-10 | 1 | -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 Faulhammer | 2010-11-07 | 1 | -1/+4 |
| | | | | tree, see bug 343355 for details | ||||
* | Remove check for old fetch directory, people should have migrated up to now | Christian Faulhammer | 2010-07-01 | 1 | -6/+1 |
| | |||||
* | move bzr from dev-util to dev-vcs | Christian Faulhammer | 2010-03-05 | 1 | -5/+5 |
| | |||||
* | Use "rsync" instead of "bzr export", bug 280211. | Ulrich Müller | 2009-12-18 | 1 | -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 parse | Mike Frysinger | 2009-12-09 | 1 | -3/+2 |
| | |||||
* | bzr.eclass: move wrongly placed quote | Christian Faulhammer | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | Add support for ESCM_OFFLINE variable, so users without internet connection ↵ | Christian Faulhammer | 2009-09-24 | 1 | -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 Faulhammer | 2009-08-04 | 1 | -2/+3 |
| | | | | net> provided in bug 279770 for a custom setting of EBZR_STORE_DIR | ||||
* | Import bzr.eclass from Bazaar overlay: | Christian Faulhammer | 2009-07-08 | 1 | -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üller | 2008-10-25 | 1 | -0/+246 |