poky/bitbake/lib/bb/fetch2
Richard Purdie c04468d113 bitbake: git: Allow local repos to use HEAD
Introduce a new 'usehead' url parameter for git repositories. Specifying
usehead=1 causes bitbake to use whatever commit the repository HEAD is
pointing to. Usage of usehead=1 is only allowed for local git
repositories, i.e. it must always be accompanied with protocol=file url
parameter.

[YOCTO #9351]

(Bitbake rev: 2673fac5a9d06de937101e3fb2ddf1e60ff99abf)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-20 16:08:59 +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: git: Allow local repos to use HEAD 2016-08-20 16:08:59 +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