summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: fix unpack of .xz filesAndré Draszik2013-07-311-1/+1
* bitbake: Correct a typoPeter Kjellerstedt2013-06-201-1/+1
* bitbake: Allow checksums to be used for files retrieved using SFTPPeter Kjellerstedt2013-06-201-2/+2
* bitbake: fetch2: Enhance error message for BB_NO_NETWORKRichard Purdie2013-06-201-1/+1
* bitbake: fetch2: Fix AUTOINC handlingRichard Purdie2013-06-141-3/+3
* bitbake: fetch2: Fix missing function callRichard Purdie2013-05-301-14/+15
* bitbake: fetch2: Fix missing assignmentRichard Purdie2013-05-241-1/+1
* bitbake: fetch2: Shorten long srcrevsRichard Purdie2013-05-221-0/+4
* bitbake: fetch2/git: Clean up sortable_revisionRichard Purdie2013-05-223-21/+14
* bitbake: fetch2/utils: Clean up importsRichard Purdie2013-05-171-7/+4
* bitbake: git: remove symling before updating mirror tarballMartin Jansa2013-05-091-0/+4
* bitbake: fetch2/svn: Do not save authenticationVanveerdeghem, Simon2013-05-031-0/+2
* bitbake: fetch2: rename file with bad checksum instead of removing it completelyMartin Jansa2013-04-151-1/+18
* bitbake: bitbake/fetch: Add git submodules fetcherRichard Purdie2013-03-253-1/+81
* bitbake: perforce.py: fix the perforce fetcherRobert Yang2013-02-251-1/+1
* 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: wget: Improve mkdir handlingRichard Purdie2013-02-191-2/+3
* bitbake: fetch2: Add SFTP fetcherOlof Johansson2013-02-172-0/+131
* 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: Remove unused code in wget fetcherOlof Johansson2013-02-171-5/+0
* 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: wget: Only use -O option when not spideringRichard Purdie2013-02-151-1/+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: ssh.py: add example SRC_URIMartin Jansa2013-01-311-0/+6
* bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa2013-01-311-0/+5
* bitbake: ssh: fix fetcherMartin Jansa2013-01-311-14/+7
* bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag.Jon Szymaniak2013-01-181-1/+6
* bitbake: fetch2: Sort file checksums by value, not pathTyler Hall2013-01-181-1/+2
* bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca2012-12-172-83/+11
* bitbake: git.py: A bit of tidying up regarding grammar and supported protocols.Robert P. J. Day2012-12-141-5/+5
* bitbake: fetch2/wget: Fix for mixed-up wget commandsCristian Iorga2012-11-261-2/+2
* bitbake: fetch2/local: Fix bug introduced by expression ambiguityRichard Purdie2012-11-261-1/+1
* bitbake: fetch2: Avoid using FILESDIR in unpackRichard Purdie2012-11-262-7/+11
* bitbake: fetch2/local: Improve handling of wildcard matchesRichard Purdie2012-11-261-1/+6
* 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