summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie2012-05-201-21/+19
* 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: 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
* 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-231-0/+1
* 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
* 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: 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-271-39/+39
* fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie2011-11-241-3/+10
* 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
* 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
* 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
* persist_data: implement comparison, same as dictChris Larson2011-05-061-9/+6
* persist_data: raise KeyError on missing elementsChris Larson2011-05-061-8/+7
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-17/+15
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-201-12/+9
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-191-2/+5
* bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie2011-03-081-9/+6
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-2/+2
* bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie2011-02-231-1/+3
* bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie2011-02-161-1/+2
* bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie2011-02-131-2/+2
* fetch2: unpack revisionMark Hatle2011-02-121-39/+53
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-2/+18
* bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie2011-02-111-1/+9
* bitbake/fetch2: Fix patch merge errorRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie2011-02-111-0/+3
* bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie2011-02-111-0/+4
* bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie2011-02-111-2/+4
* bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie2011-02-111-4/+5
* bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie2011-02-111-1/+5
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+34
* bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie2011-02-091-1/+1
* fetch2: Add SRPM knowledgeMark Hatle2011-02-081-24/+38
* bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie2011-02-081-2/+5
* bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie2011-02-081-12/+21