aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
AgeCommit message (Expand)Author
2011-05-06bitbake: Sync fetch back with upstreamRichard Purdie
2011-05-06persist_data: raise KeyError on missing elementsChris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
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: 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-04Rename command events, adjust compareRevisionsChris Larson
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-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
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-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/fetcher: Deal with a ton of different bugsRichard 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
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock
2010-09-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-07-25bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer