summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie2012-05-201-5/+15
* bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie2012-05-201-4/+4
* bitbake/fetch2: Remove hardcoded file removal and use clean methodRichard Purdie2012-05-201-4/+2
* bitbake/fetch2/git: Set a default for the GITDIR variableRichard Purdie2012-05-131-2/+3
* bitbake/fetch2/git: Don't set the branch name to None, that makes no senseRichard Purdie2012-05-131-1/+2
* bitbake/fetch2/wget: Add fallback/default wget commandsRichard Purdie2012-05-071-4/+4
* bitbake/fetch2/wget: Remove unneeded function indirection and reindentRichard Purdie2012-05-071-26/+23
* bitbake/fetch2/wget: Remove unnecessary use of OVERRIDESRichard Purdie2012-05-071-7/+3
* bitbake/fetch2: When unpacking, only use PATH variable if its setRichard Purdie2012-05-071-1/+3
* bitbake/fetch2: Remove WORKDIR reference, should use passed parameterRichard Purdie2012-05-071-1/+1
* bitbake/fetch2: Fix spelling error in network access error messageJeff Polk2012-05-041-1/+1
* fetch2/git: Allow file:// URLs without checking for network accessJeff Polk2012-05-041-3/+6
* Hob: add fadeout display effection for recipe view include pageLiming An2012-04-111-3/+4
* bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie2012-03-232-0/+2
* bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas2012-03-161-1/+1
* bitbake/fetch: Fix uri_replaceRichard Purdie2012-03-151-6/+7
* stderr would previously be appended to stdout, corrupting the result when som...Adrien Bustany2012-03-021-23/+17
* fetch2/git: create bareclone optionBruce Ashfield2012-02-241-1/+16
* fetch2/git: Add workaround for clone using alternates problemRichard Purdie2012-02-011-1/+1
* bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton2012-01-201-3/+3
* bitbake/fetch2: reduce output for fetch failuresPaul Eggleton2012-01-151-1/+6
* bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton2012-01-151-4/+7
* bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton2012-01-151-4/+7
* fetch2/git: change colon to dot in ud.hostJuraj Hercek2012-01-041-1/+1
* fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock2011-12-051-3/+3
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-272-41/+41
* fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie2011-11-241-3/+10
* fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie2011-11-241-3/+1
* fetch2: enable checksum definition as SRC_URI parameterJoshua Lock2011-10-241-2/+8
* fetch2: improve usability of checksumsJoshua Lock2011-10-241-34/+38
* fetch2: Export additional variables to the fetchersMatthew McClintock2011-10-061-1/+2
* fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock2011-10-041-1/+1
* Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet2011-09-211-1/+1
* fetch2/git: fix subpath destination directoryPaul Eggleton2011-09-201-1/+3
* fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa2011-09-201-1/+4
* fetch2/git: fix logger.debugMartin Jansa2011-09-201-1/+1
* fetch2/wget: make checkstatus() quieterJoshua Lock2011-09-201-3/+4
* git.py: Fix logging vs logger typoRichard Purdie2011-09-171-1/+1
* fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther2011-09-021-1/+2
* bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie2011-08-311-5/+6
* bb/fetch2/git: add checkstatus commandJoshua Lock2011-08-241-0/+8
* fetch2/git: Add rsync as a valid git protocolRichard Purdie2011-08-231-1/+1
* fetcher2: show warning message when checksum is mismatchYu Ke2011-08-101-1/+1
* fetcher2: retry mirror if upstream checksum mismatchYu Ke2011-07-131-11/+20
* fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie2011-07-081-2/+2
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* make exception handling syntax consistentScott Garman2011-06-151-2/+2
* bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie2011-06-131-1/+4
* fetch2/git: ensure network check log matches actual commandDarren Hart2011-05-271-6/+10
* fetch2/git: use logging.debug() and clarify messagesDarren Hart2011-05-271-2/+5