aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
AgeCommit message (Expand)Author
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-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-10Add a missing import of print_functionChris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris 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-24Fix ud.basecmd error introduced by the FETCHCMD_git commitChris 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-19Add FETCHCMD parameter for gitMartyn Welch
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-21git: remove repodir usage after 57b3a9a86bf8c6940187c6a899cedbbbb484884aMartin Jansa
2010-01-19fetch: Add GIT_PROXY_COMMAND to runfetchcmd functionRichard Purdie
2010-01-16Fix a couple copy-and-paste errors in fetcher comments.Robert P. J. Day
2010-01-16"pserver" is not a valid type for a CVS fetch, it's now a possibleRobert P. J. Day
2010-01-16Fix an obvious copy-and-paste error in the documentation for aRobert P. J. Day
2010-01-14fetch: Clean up debugRichard Purdie
2009-12-14git: Allow fetching a single subdirectory from a git repositoryPaul Eggleton
2009-12-14fetch/__init__.py: Remove uneeded debugRichard Purdie
2009-12-14git.py: Trap empty return values and error (from Poky)Richard Purdie
2009-12-14fetch/git.py: Add fullclone parameter to allow WORKDIRs to contain full git r...Richard Purdie
2009-12-14fetch/git.py: Move variable init into the localpath functionRichard 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-04git.py: Search mirrors for tarballs before fetching, not just local directoriesRichard Purdie
2009-11-04fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-10-23fetch/svk: Fix up breakage. Evidently nobody uses svkRichard Purdie
2009-10-23Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc@gmail.com>Richard 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