aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)Author
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-10bitbake: Remove bad commit hunk from old cvs fetcherRichard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10Export KRB5CCNAME variableJavier Martin
2011-02-10Fix comparison with SRCREVINACTION constantJavier Martin
2011-01-25bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie
2011-01-10bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie
2011-01-05Update persist_data usage to the new APIChris Larson
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson
2011-01-04bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson
2011-01-04svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer
2011-01-04fetch: be more pythonicBernhard Reutner-Fischer
2011-01-04fetch: use os.path.joinBernhard Reutner-Fischer
2011-01-04fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer
2011-01-04fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2011-01-04Allow mercurial fetcher to follow tipPeter Chubb
2011-01-04bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2011-01-04fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Allow %20 in a file name in the SRC_URIC Michael Sundius
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie
2010-12-21bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie
2010-12-20bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie
2010-12-20bitbake/fetch: Checksum validity fixesRichard Purdie
2010-12-20FetchData: add SRC_URI checksumYu Ke
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie