summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
AgeCommit message (Expand)Author
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
2010-02-15if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock
2010-02-15Enhance the fetchers' support for local mirrorsJoshua Lock
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-19fetch: Add GIT_PROXY_COMMAND to runfetchcmd functionRichard Purdie
2009-12-14fetch/__init__.py: Remove uneeded debugRichard Purdie
2009-11-22fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updatesRichard Purdie
2009-11-21fetch/__init__.py: Replace _sortable_revision_valid attribute with an init ca...Richard Purdie
2009-11-21Optional LOCALCOUNT for recipeMartin Jansa
2009-11-06fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() functionRichard Purdie
2009-11-04fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-10-17fetch/__init__.py: Fix a bug where errors could corrupt bitbake internal stat...Richard Purdie
2009-10-17fetch/__init__.py: Remove hardcoded use of SRC_URI - OE.dev was adjusted for ...Richard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-05-11fetch/__init__.py: Set HOME environmental variable when running fetcher comma...Richard Purdie
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2009-04-17bb.fetch.go: iterate over SRC_URI, not urldata.Chris Larson
2009-04-17bb.fetch: make try_mirror go through the dispatcher rather than using wget di...Chris Larson