summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
AgeCommit message (Expand)Author
2010-12-10Revert "bitbake/git.py: Make sure different branches can have different revis...Chris Larson
2010-12-06Merged the following poky fetcher fixes:Chris Larson
2010-11-20Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson
2010-11-19Revert "persist_data: cache connection and use cursor"Chris Larson
2010-11-19svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer
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-11-08Allow mercurial fetcher to follow tipPeter Chubb
2010-10-21bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2010-10-06fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-09-28fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-18Allow %20 in a file name in the SRC_URIC Michael Sundius
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-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