summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fetch2: remove references to ChecksumError classMatthew McClintock2012-08-211-6/+2
* bitbake: fetch2: Handle errors orruring when building mirror urlsRichard Purdie2012-08-211-2/+11
* bitbake: fetch2: Improve mirror looping to consider more casesRichard Purdie2012-08-211-12/+29
* bitbake: fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie2012-08-211-1/+2
* bitbake: fetch2: Split try_mirrors into two partsRichard Purdie2012-08-211-49/+59
* bitbake: fetch2: Ensure when downloading we are consistently in the same dire...Richard Purdie2012-08-211-1/+5
* bitbake: fetch2: Only cache data if fn is set, its pointless caching it again...Richard Purdie2012-08-211-2/+2
* bitbake: fetch2: Fix error handling in uri_replace()Richard Purdie2012-08-211-1/+2
* bitbake: fetch2/__init__: Make it clearer when uri_replace doesn't return a m...Richard Purdie2012-08-211-2/+4
* 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
* fetch2/git: enhance the unpack by using "git checkout"Yu Ke2011-05-271-2/+5
* fetch2/git: add document for git fetcher supported optionsYu Ke2011-05-271-3/+35
* fetch2/git: unify the nocheckout option formatYu Ke2011-05-271-3/+1