summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* __init__.py: Error if SRCREV == INVALIDRichard Purdie2008-07-221-0/+5
* Use bb.utils.md5_file isntead of calling md5sumRoss Burton2008-05-011-8/+1
* bitbake: Sync with bitbake 1.8 branchRichard Purdie2008-04-271-0/+24
* bitbake: Improve fetcher runcmd function so error messages are visable and va...Richard Purdie2008-04-081-5/+14
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-2/+10
* bitbake fetcher: Make invalid url errors clearerRichard Purdie2007-11-271-1/+2
* bitbake: Convert fetcher code to using bb.utils locking functionsRichard Purdie2007-11-241-6/+3
* bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie2007-11-131-1/+30
* bitbake: fetcher init - clear data's internal expand cache since the cached S...Richard Purdie2007-11-081-0/+3
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-071-1/+18
* bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie2007-10-111-0/+2
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-051-0/+2
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-19/+20
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-161-1/+14
* bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie2007-08-121-2/+15
* bitbake: Sync with upstreamRichard Purdie2007-08-111-60/+43
* bitbake fetch/__init__.py: Don't print double newlinesRichard Purdie2007-08-091-1/+1
* bitbake: Try to fix cache locking issueRichard Purdie2007-08-041-5/+7
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-65/+236
* bitbake: Sync with upstream. Richard Purdie2007-01-081-18/+17
* fetch/__init__.py: Allow srcdate to be overridden in SRC_URIRichard Purdie2006-12-061-2/+5
* fetch/__init__.py: Store url data per .bb file fixing urldata contamination b...Richard Purdie2006-11-271-6/+11
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-55/+112
* Add initial SSH fetcher to bitbake.Chris Larson2006-07-211-0/+2
* bitbake: Update against upstream stable branch (includes srcdate='now' support)Richard Purdie2006-06-101-0/+22
* Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie2006-05-091-4/+0
* Update to latest bitbakeRichard Purdie2006-03-201-3/+32
* Update bitbake to latest bitbake svnRichard Purdie2006-02-101-0/+175