summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)Author
2011-05-06bitbake: Sync fetch back with upstreamRichard Purdie
2011-05-06fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson
2011-05-06persist_data: implement comparison, same as dictChris Larson
2011-05-06persist_data: raise KeyError on missing elementsChris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-10bitbake: Remove bad commit hunk from old cvs fetcherRichard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10Export KRB5CCNAME variableJavier Martin
2011-02-10Fix comparison with SRCREVINACTION constantJavier Martin
2011-01-25bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie
2011-01-10bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie
2011-01-05Update persist_data usage to the new APIChris Larson
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson
2011-01-04bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson
2011-01-04svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer
2011-01-04fetch: be more pythonicBernhard Reutner-Fischer
2011-01-04fetch: use os.path.joinBernhard Reutner-Fischer
2011-01-04fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer
2011-01-04fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2011-01-04Allow mercurial fetcher to follow tipPeter Chubb
2011-01-04bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2011-01-04fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Allow %20 in a file name in the SRC_URIC Michael Sundius
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie
2010-12-21bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie
2010-12-20bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie
2010-12-20bitbake/fetch: Checksum validity fixesRichard Purdie
2010-12-20FetchData: add SRC_URI checksumYu Ke
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie