summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2012-06-28fetch2: Revert the regexp removal for the type field and instead anchor regexpRichard Purdie
2012-06-25fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-25git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-21fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-06-21fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21fetch2: uri_replace() remove what amounts to a null operation and add some co...Richard Purdie
2012-06-21fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21fetch2: Ensure when downloading we are consistently in the same directoryRichard Purdie
2012-06-21fetch2: Only cache data if fn is set, its pointless caching it against a None...Richard Purdie
2012-06-21fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21fetch2/__init__: Make it clearer when uri_replace doesn't return a matchRichard 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
2012-05-25lib/bb/fetch2: fix comments for verify_checksumPaul Eggleton
2012-05-23replace os.popen with subprocess.PopenRobert Yang
2012-05-23replace os.system with subprocess.callRobert Yang
2012-05-23bitbake: implement checksums for local files in SRC_URIPaul Eggleton
2012-05-22fetch2: quote/unquote url pathsChristopher Larson
2012-05-22fetch2: Also exclude urls containing wildcards from checksumming for nowRichard Purdie
2012-05-21bb/fetch2/__init__.py: Don't try to compute checksums for directoriesAndrei Gherzan
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2012-05-20bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie
2012-05-20bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie
2012-05-20bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie
2012-05-20bitbake/fetch2: Remove hardcoded file removal and use clean methodRichard Purdie
2012-05-13bitbake/fetch2/git: Set a default for the GITDIR variableRichard Purdie
2012-05-13bitbake/fetch2/git: Don't set the branch name to None, that makes no senseRichard Purdie
2012-05-07bitbake/fetch2/wget: Add fallback/default wget commandsRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unneeded function indirection and reindentRichard Purdie
2012-05-07bitbake/fetch2/wget: Remove unnecessary use of OVERRIDESRichard Purdie
2012-05-07bitbake/fetch2: When unpacking, only use PATH variable if its setRichard Purdie
2012-05-07bitbake/fetch2: Remove WORKDIR reference, should use passed parameterRichard Purdie
2012-05-04bitbake/fetch2: Fix spelling error in network access error messageJeff Polk
2012-05-04fetch2/git: Allow file:// URLs without checking for network accessJeff Polk
2012-04-11Hob: add fadeout display effection for recipe view include pageLiming An
2012-03-23bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie
2012-03-16bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas
2012-03-15bitbake/fetch: Fix uri_replaceRichard Purdie
2012-03-02stderr would previously be appended to stdout, corrupting the resultAdrien Bustany
2012-02-24fetch2/git: create bareclone optionBruce Ashfield