summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ssh.py: add example SRC_URIMartin Jansa2013-03-031-0/+6
* bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa2013-03-031-0/+5
* bitbake: ssh: fix fetcherMartin Jansa2013-03-031-14/+7
* bitbake: fetch2/wget: Fix for mixed-up wget commandsCristian Iorga2012-12-071-2/+2
* bitbake: fetch2: raise an exception if user specifies protocol=git with http://Paul Eggleton2012-10-031-0/+3
* bitbake: fetch2: add "-d" option to cpioRobert Yang2012-09-271-2/+2
* bitbake: fetch2/git: Don't use deprecated API1.3_M5.rc2Richard Purdie2012-09-251-1/+1
* bitbake: fetch2/git: Add missing mkdirRichard Purdie2012-09-241-0/+1
* 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/cvs: Fix parameter spacingRichard Purdie2012-09-201-2/+2
* bitbake: fetch2/cvs: Clean up various data store referencesRichard Purdie2012-09-201-12/+8
* bitbake: fetch2/cvs: Fix localdata variable referenceRichard Purdie2012-09-201-1/+1
* 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/git: Work around git confusion between foo.git and foo reposi...Richard Purdie2012-08-181-1/+16
* bitbake: fetch2/local: Add search paths to the debug log to improve log usefu...Richard Purdie2012-08-021-0/+3
* bitbake: fetch2/local.py: Provide better debug output when fetch of a local f...Richard Purdie2012-08-021-6/+19
* 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: fetch/local: Allow preservation of path components in relative file:...Richard Purdie2012-07-261-3/+4
* bitbake: bitbake wget fetcher: add parameter: downloadfilenameNitin A Kamble2012-07-241-1/+8
* bitbake: Change bzr fetcher to use branch instead of co. Fixes: bzr: ERROR: N...Martin Ertsaas2012-07-241-1/+1
* bitbake: fetch2/svn.py: Use protocol parameter to get the protocolMartin Jansa2012-07-181-1/+1
* bitbake: fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "p...Andrei Gherzan2012-07-111-0/+4
* bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: fetch2/hg.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline and optionsRichard Purdie2012-07-101-3/+5
* bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...Richard Purdie2012-07-101-9/+3
* bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie2012-07-041-5/+10
* bitbake: git: do not execute 'git remote prune'Enrico Scholz2012-07-041-1/+0
* 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-252-2/+2
* 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: git.py: Remove -l option, its not necessaryRichard Purdie2012-06-251-1/+2
* bitbake: fetch2/git.py: Optimize clone fall back when it is localJason Wessel2012-06-211-1/+3
* 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