aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2012-09-24bitbake: fetch2/git: Add missing mkdirRichard Purdie
2012-09-24bitbake: fetch2: improve error output for checksum failuresPaul Eggleton
2012-09-24bitbake: fetch2: make fetch failure errors more readablePaul Eggleton
2012-09-20bitbake: fetch2/cvs: Fix parameter spacingRichard Purdie
2012-09-20bitbake: fetch2/cvs: Clean up various data store referencesRichard Purdie
2012-09-20bitbake: fetch2/cvs: Fix localdata variable referenceRichard Purdie
2012-09-10bitbake: fetch2: fix malformed URL causing a useless tracebackPaul Eggleton
2012-09-07bitbake: fetch2: replace double slashes in paths in encodeurl()Paul Eggleton
2012-09-07bitbake: fetch2: unpack rpm, ipk and deb binary packageRobert Yang
2012-08-18bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie
2012-08-02bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie
2012-08-02bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie
2012-08-02bitbake: fetch2: print checksums when they are different then expectedMartin Jansa
2012-08-02bitbake: fetch2: handle broken symlinks in local mirror handlingChristopher Larson
2012-08-02bitbake: fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle
2012-07-26bitbake: fetch/local: Allow preservation of path components in relative file:...Richard Purdie
2012-07-24bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble
2012-07-24bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...Martin Ertsaas
2012-07-18bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa
2012-07-11bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan
2012-07-11bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-11bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan
2012-07-10bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie
2012-07-10bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...Richard Purdie
2012-07-04bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie
2012-07-04bitbake: git: do not execute 'git remote prune'Enrico Scholz
2012-06-28bitbake: fetch2: Revert the regexp removal for the type field and instead anc...Richard Purdie
2012-06-25bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25bitbake: fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-25bitbake: git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-21bitbake: fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-06-21bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie
2012-06-21bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21bitbake: fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie
2012-06-21bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie
2012-06-21bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie
2012-06-14fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie
2012-06-14fetch2: Fix missing output from stderr in fetcher logsJason Wessel
2012-05-30lib/bb/fetch2: ignore remote URIs when doing file checksumsPaul Eggleton