aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
AgeCommit message (Expand)Author
2012-03-03bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie
2012-03-03bitbake: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-04-05persist_data: raise KeyError on missing elementsChris Larson
2011-02-11persist_data: drop SQLData indirectionChris Larson
2011-02-10bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke
2011-02-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-02-09Export KRB5CCNAME variableJavier Martin
2011-02-09Fix comparison with SRCREVINACTION constantJavier Martin
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10fetch/__init__.py: Add missing debug level argumentRichard Purdie
2010-12-29fetch: add SRC_URI checksumYu Ke
2010-12-29fetch: Ensure SRCREV is still set correctly if the pn-X override has been exp...Richard Purdie
2010-12-29fetch: Fix named SRCREVS variable name orderingRichard Purdie
2010-12-17Update persist_data usage to the new APIChris Larson
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-06Merged the following poky fetcher fixes:Chris Larson
2010-11-19Revert "persist_data: cache connection and use cursor"Chris Larson
2010-11-19fetch: be more pythonicBernhard Reutner-Fischer
2010-11-19fetch: use os.path.joinBernhard Reutner-Fischer
2010-11-19fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer
2010-11-19fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2010-10-06fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-03fetch: Only mark srcrev recipes as uncached when outside of SRCREV caching modeRichard Purdie
2010-07-26*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-07-01bitbake decodeurl: fix the file:// url handlingNitin A Kamble
2010-06-213.0 prepChris Larson
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-10Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-06-09Change wget fetcher to use the runfetchcmdRyan Phillips
2010-06-04persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-06-04fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-06-04fetch: documentation typo fixBernhard Reutner-Fischer
2010-05-22fetch: Check for existence of tar file along with md5 signatureKhem Raj
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-10Add a missing import of print_functionChris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-04-09Drop doctest, as we aren't utilizing itChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-23Expand PREMIRRORSEnrico Scholz
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-02-24Add initial 'repo' fetcherTom Rini
2010-02-19Move encodeurl, decodeurl into bb.fetch.Chris Larson
2010-02-19Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-02-15fix invalid method and logicJoshua Lock
2010-02-15Test premirrors and mirrors in checkstatus()Joshua Lock
2010-02-15Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock