summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Revert "fetch2: Adapt encode/decode url to use URI class"1.4_M4.rc11.4_M4.final1.4_M4Richard Purdie2013-02-191-17/+49
* bitbake: bitbake/fetch2: workaround urlparse in older python not support gitMatthew McClintock2013-02-191-0/+3
* bitbake: fetch2: Add SFTP fetcherOlof Johansson2013-02-171-0/+2
* bitbake: fetch2: Adapt encode/decode url to use URI classOlof Johansson2013-02-171-49/+17
* bitbake: fetch2: Add a class representing a generic URIOlof Johansson2013-02-171-0/+194
* bitbake: fetch2: Ensure directory for stampfile exists before trying to creat...Richard Purdie2013-02-151-0/+1
* bitbake: fetch2: Improve lock/done stamp file paths for local filesRichard Purdie2013-02-151-2/+9
* bitbake: fetch2: Ensure expansions happen in URL parameters in uri_replaceRichard Purdie2013-02-151-0/+2
* bitbake: fetch2: Remove broken git variables from the environmentDarren Hart2013-02-061-4/+4
* bitbake: fetch2: Export upper and lower case environment variablesDarren Hart2013-02-061-2/+7
* bitbake: bitbake: fetch2: Print the complete SRCREV variable name when INVALIDDarren Hart2013-02-051-2/+5
* bitbake: fetch2: Sort file checksums by value, not pathTyler Hall2013-01-181-1/+2
* bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca2012-12-171-46/+9
* bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie2012-11-261-7/+10
* bitbake: fetch2: add "-d" option to cpioRobert Yang2012-09-271-2/+2
* bitbake: fetch2: improve error output for checksum failuresPaul Eggleton2012-09-241-3/+6
* bitbake: fetch2: make fetch failure errors more readablePaul Eggleton2012-09-241-1/+7
* bitbake: fetch2: fix malformed URL causing a useless tracebackPaul Eggleton2012-09-101-2/+2
* bitbake: fetch2: replace double slashes in paths in encodeurl()Paul Eggleton2012-09-071-0/+3
* bitbake: fetch2: unpack rpm, ipk and deb binary packageRobert Yang2012-09-071-1/+3
* bitbake: fetch2: print checksums when they are different then expectedMartin Jansa2012-08-021-0/+6
* bitbake: fetch2: handle broken symlinks in local mirror handlingChristopher Larson2012-08-021-1/+5
* bitbake: fetch2/__init__.py: Add NoChecksumError exceptionMark Hatle2012-08-021-1/+13
* bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan2012-07-111-0/+4
* bitbake: fetch2: Revert the regexp removal for the type field and instead anc...Richard Purdie2012-06-281-9/+8
* bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie2012-06-251-1/+1
* bitbake: fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie2012-06-251-2/+11
* bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie2012-06-251-2/+11
* bitbake: fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie2012-06-211-0/+6
* bitbake: fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie2012-06-211-1/+1
* bitbake: fetch2: uri_replace() improve mirrortarball handlingRichard Purdie2012-06-211-1/+4
* bitbake: fetch2: uri_replace() remove what amounts to a null operation and ad...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Add parameter handling to uri_replace()Richard Purdie2012-06-211-1/+9
* bitbake: fetch2: Remove basestring test and simplify uri_replaceRichard Purdie2012-06-211-17/+18
* bitbake: fetch2: Simplify some looping constructs in uri_replace()Richard Purdie2012-06-211-3/+2
* bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie2012-06-211-12/+29
* bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie2012-06-211-1/+2
* bitbake: fetch2: Split try_mirrors into two partsRichard Purdie2012-06-211-52/+59
* bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie2012-06-211-1/+5
* bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie2012-06-211-2/+2
* bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie2012-06-211-1/+2
* bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie2012-06-211-2/+4
* fetch2: Fix missing output from stderr in fetcher logsJason Wessel2012-06-141-3/+2
* lib/bb/fetch2: ignore remote URIs when doing file checksumsPaul Eggleton2012-05-301-6/+20
* lib/bb/fetch2: fix comments for verify_checksumPaul Eggleton2012-05-251-6/+3
* bitbake: implement checksums for local files in SRC_URIPaul Eggleton2012-05-231-0/+85
* fetch2: quote/unquote url pathsChristopher Larson2012-05-221-3/+4
* fetch2: Also exclude urls containing wildcards from checksumming for nowRichard Purdie2012-05-221-0/+2
* bb/fetch2/__init__.py: Don't try to compute checksums for directoriesAndrei Gherzan2012-05-211-0/+5
* bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie2012-05-201-1/+21