Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass. | 2011-04-20 | 1 | -2/+2 | |
| | |||||
* | Add : in assignment of EBZR_FETCH_CMD. | 2011-04-04 | 1 | -2/+2 | |
| | |||||
* | EBZR_MIRROR_URI is a misnomer, rename it to EBZR_INITIAL_URI. | 2011-02-19 | 1 | -12/+15 | |
| | |||||
* | Use branches instead of lightweight checkouts: | 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 ↵ | 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 | 2010-07-01 | 1 | -6/+1 | |
| | |||||
* | move bzr from dev-util to dev-vcs | 2010-03-05 | 1 | -5/+5 | |
| | |||||
* | Use "rsync" instead of "bzr export", bug 280211. | 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 | 2009-12-09 | 1 | -3/+2 | |
| | |||||
* | bzr.eclass: move wrongly placed quote | 2009-09-24 | 1 | -2/+2 | |
| | |||||
* | Add support for ESCM_OFFLINE variable, so users without internet connection ↵ | 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 ↵ | 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: | 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. | 2008-10-25 | 1 | -0/+246 | |