generic-poky/bitbake/lib/bb/fetch2
Anders Darander 65e9859769 bitbake: fetch/git: Remove a possible trailing '/' in subpath
If the subpath parameter to the git fetcher ends with a trailing '/',
 bb.utils.prunedir() will be called on '/'...

Fixes [YOCTO #7620].

(Bitbake rev: 380a3fb372c8b0a53dd7528562e6e7a222dc76ef)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-17 11:52:18 +01:00
..
__init__.py bitbake: fetch2: Revalidate checksums, YOCTO #5571 2015-03-09 14:57:00 +00:00
bzr.py bitbake: fetch2: Correct a few calls to latest_revision() 2013-11-25 13:02:27 +00:00
clearcase.py bitbake: fetch2: Add module for ClearCase (ccrc://) 2014-07-21 19:24:29 +01:00
cvs.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
git.py bitbake: fetch/git: Remove a possible trailing '/' in subpath 2015-04-17 11:52:18 +01:00
gitannex.py bitbake: fetch2/gitannex: Fix function arguments to match bitbake master 2014-01-08 15:27:37 +00:00
gitsm.py bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcher 2014-05-19 12:04:34 +01:00
hg.py bitbake: fetch2/hg: Fix username/password handling 2014-08-28 15:12:45 +01:00
local.py bitbake: wget: Add localpaths method which gives localpath with history 2015-01-08 09:52:52 +00:00
osc.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
perforce.py bitbake: fetch2/perforce: Use replace (1 line) instead of find (3 lines) 2014-09-23 20:21:12 +01:00
repo.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
sftp.py bitbake: fetch2: Stop passing around the pointless url parameter 2013-11-22 12:03:02 +00:00
ssh.py bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpath 2015-01-14 11:32:01 +00:00
svn.py bitbake: fetch2/svn: Add transportuser parameter 2014-07-04 09:28:36 +01:00
wget.py bitbake: fetch2: wget remove scape of - in regexes don't needed 2015-02-16 09:13:06 +00:00