summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2008-10-231-1/+1
* bitbake: Remove bogus test codeRichard Purdie2008-10-221-1/+0
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-222-0/+13
* fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie2008-10-021-0/+2
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...Richard Purdie2008-09-301-0/+2
* bitbake: Sync with 1.8 branch upstreamRichard Purdie2008-09-301-1/+5
* Fetch implementation for the OpenSuse build service.Joshua Lock2008-09-181-0/+155
* bitbake hg fetcher: Add fix from Matt HoosierRichard Purdie2008-09-101-1/+4
* hg fetcher: Apply fixes from Matt HoosierRichard Purdie2008-09-071-1/+4
* bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie2008-08-181-11/+2
* __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: Tweak new URI checkstatus code slightly fixing two corner cases.Richard Purdie2008-04-272-1/+4
* bitbake: Sync with bitbake 1.8 branchRichard Purdie2008-04-274-6/+44
* bitbake: Improve fetcher runcmd function so error messages are visable and va...Richard Purdie2008-04-081-5/+14
* bitbake: Add proxy support to CVS fetcher (patch from Cyril Chemparathy)Richard Purdie2008-04-081-1/+8
* bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie2008-03-281-2/+2
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-2/+10
* bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie2008-02-111-1/+1
* bitbake: Update to 1.8.10 releaseRichard Purdie2008-01-201-2/+3
* bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie2008-01-202-4/+7
* CVS fetcher: added "fullpath" option to get full repository paths inside ofMarcin Juszkiewicz2008-01-161-4/+13
* CVS fetcher: add "norecurse" option to fetch directory from CVS without itsMarcin Juszkiewicz2008-01-161-1/+7
* 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/fetchers: Sync with upstream bitbakeRichard Purdie2007-11-174-22/+16
* bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie2007-11-133-14/+48
* bitbake: fetcher init - clear data's internal expand cache since the cached S...Richard Purdie2007-11-081-0/+3
* bitbake: git.py - Fix weird git checkout issues by using git-fetch, not git-p...Richard Purdie2007-11-081-1/+1
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-075-34/+47
* bitbake: Sync bzr fetcher with upstreamRichard Purdie2007-10-111-7/+3
* bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie2007-10-112-0/+152
* bitbake git.py: Always use tag param from URI if specifiedRichard Purdie2007-09-261-1/+1
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-052-0/+161
* bitbake: Update to latest bitbake-1.8 branchRichard Purdie2007-09-021-1/+1
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-202-22/+26
* git.py: Fix reference to tagRichard Purdie2007-08-161-1/+1
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-161-1/+14
* bitbake fetch/git.py: Don't use master as a tagRichard Purdie2007-08-161-1/+1
* bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie2007-08-122-3/+18
* 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-034-158/+392
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-0/+6
* bitbake: Sync with upstream. Richard Purdie2007-01-089-172/+169
* bitbake svn fetcher: Don't use a date when a revision is specifiedRichard Purdie2007-01-021-0/+3
* fetch/__init__.py: Allow srcdate to be overridden in SRC_URIRichard Purdie2006-12-061-2/+5
* svn.py, git.py: Sync with bitbake trunk - comment changesRichard Purdie2006-11-272-1/+5
* fetch/__init__.py: Store url data per .bb file fixing urldata contamination b...Richard Purdie2006-11-271-6/+11