generic-poky/bitbake/lib/bb/fetch2
Terry Boese 93817932de bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'
The git annex fetcher needs git annex to be initialized.  Previously
it was using 'git annex sync' to do this, but that has the downside
of moving the checkout to the tip of the default branch.  This means
that tags, SRCREV, etc don't work in the gitannex case.

(Bitbake rev: c1a57e2dd7fc96834643be5591a96f239215481a)

Signed-off-by: Terry Boese <terry.boese@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-11 00:07:08 +01:00
..
__init__.py bitbake: fetch2: fix pickle issues while switching from master to krogoth 2016-07-29 09:53:32 +01:00
bzr.py bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29 2016-08-10 10:46:34 +01:00
clearcase.py bitbake: bitbake: Add explict getVar param for (non) expansion 2015-06-23 11:57:53 +01:00
cvs.py bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29 2016-08-10 10:46:34 +01:00
git.py bitbake: fetch2: implement progress support 2016-07-19 15:04:37 +01:00
gitannex.py bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync' 2016-08-11 00:07:08 +01:00
gitsm.py bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested submodules 2016-03-26 07:34:58 +00:00
hg.py bitbake: fetch2/hg: Include missing errno import 2015-10-16 14:13:24 +01:00
local.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
npm.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
osc.py bitbake: fetch2/osc: Clean up old variable syntax 2016-02-06 23:13:47 +00:00
perforce.py bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIG 2016-06-16 17:37:58 +01:00
repo.py bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29 2016-08-10 10:46:34 +01:00
sftp.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
ssh.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
svn.py bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29 2016-08-10 10:46:34 +01:00
wget.py bitbake: fetch2: implement progress support 2016-07-19 15:04:37 +01:00