summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
AgeCommit message (Expand)Author
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: handle no sortable_buildindex for gitChris Larson
2010-12-29fetch: fix git rev key compat for sortableChris Larson
2010-12-29fetch: resurrect branch inclusion in git revision keyChris Larson
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-17bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2010-12-15fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2010-12-10Rename command events, adjust compareRevisionsChris Larson
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