summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)AuthorFiles
2011-01-05Update persist_data usage to the new APIChris Larson1
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson1
2011-01-04bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer1
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter6
2011-01-04Rename command events, adjust compareRevisionsChris Larson1
2011-01-04Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson1
2011-01-04svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer1
2011-01-04fetch: be more pythonicBernhard Reutner-Fischer9
2011-01-04fetch: use os.path.joinBernhard Reutner-Fischer1
2011-01-04fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer6
2011-01-04fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer6
2011-01-04Allow mercurial fetcher to follow tipPeter Chubb1
2011-01-04bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD1
2011-01-04fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj5
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson12
2011-01-04Allow %20 in a file name in the SRC_URIC Michael Sundius1
2010-12-21bitbake/fetch: Fix fetch errorRichard Purdie1
2010-12-21bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie1
2010-12-20bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie1
2010-12-20bitbake/fetch: Checksum validity fixesRichard Purdie1
2010-12-20FetchData: add SRC_URI checksumYu Ke1
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie1
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie1
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie1
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie1
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie1
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie1
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie1
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie1
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie1
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie1
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie1
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie1
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart1
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock1
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock1
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock1
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin1
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie1
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock1
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock1
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2
2010-09-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock1
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock1
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock1
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock1
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie1
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2
2010-08-13bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie1