summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-259-1/+22
* bb.fetch2: add "BB_NO_NETWORK" optionYu Ke2011-01-251-0/+10
* bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke2011-01-251-7/+0
* git.py: split download to download() and build_mirror_data()Yu Ke2011-01-252-3/+9
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-2513-19/+19
* bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke2011-01-251-0/+2
* bb.fetch2: revise the Fetch.unpack APIYu Ke2011-01-251-18/+15
* bb.fetch2: add unpack method in fetcherYu Ke2011-01-251-0/+84
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-8/+3
* Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke2011-01-101-3/+3
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-105-53/+15
* bb.fetch2.bzr: add bzr urldata_initYu Ke2011-01-101-2/+5
* bb.fetch2.hg: add hg urldata_initYu Ke2011-01-101-5/+9
* bb.fetch2.svn.py: add urldata_initYu Ke2011-01-101-1/+5
* bb.fetch2.git.py: add git urldata_initYu Ke2011-01-101-4/+9
* bb.fetch2: add urldata_init call for Fetch classYu Ke2011-01-101-0/+2
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-1013-44/+44
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-1013-0/+2636